Skip to content

Commit c45ba76

Browse files
committed
[chore] Increate ITs timeout to 60s
They are failing on CI and locally with 30s
1 parent d29b15d commit c45ba76

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)