We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d29b15d + c45ba76 commit 62ab1f4Copy full SHA for 62ab1f4
src/test/java/org/zendesk/client/v2/RealSmokeTest.java
@@ -114,7 +114,7 @@ public class RealSmokeTest {
114
* Global timeout applied on each test to avoid to wait forever if something goes wrong with the remote server
115
*/
116
@Rule
117
- public Timeout globalTimeout = Timeout.seconds(30);
+ public Timeout globalTimeout = Timeout.seconds(60);
118
119
@BeforeClass
120
public static void loadConfig() {
0 commit comments