Skip to content

Commit 62ab1f4

Browse files
authored
Merge pull request #427 from aheritier/timeout
2 parents d29b15d + c45ba76 commit 62ab1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/zendesk/client/v2/RealSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class RealSmokeTest {
114114
* Global timeout applied on each test to avoid to wait forever if something goes wrong with the remote server
115115
*/
116116
@Rule
117-
public Timeout globalTimeout = Timeout.seconds(30);
117+
public Timeout globalTimeout = Timeout.seconds(60);
118118

119119
@BeforeClass
120120
public static void loadConfig() {

0 commit comments

Comments
 (0)