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.
1 parent d9fb5f8 commit cf0af40Copy full SHA for cf0af40
src/test/java/itest/bases/StandardSelfTest.java
@@ -64,8 +64,8 @@ public abstract class StandardSelfTest {
64
private static final ExecutorService WORKER = Executors.newCachedThreadPool();
65
public static final Logger logger = Logger.getLogger(StandardSelfTest.class);
66
public static final ObjectMapper mapper;
67
- public static final int REQUEST_TIMEOUT_SECONDS = 15;
68
- public static final int DISCOVERY_DEADLINE_SECONDS = 10;
+ public static final int REQUEST_TIMEOUT_SECONDS = 30;
+ public static final int DISCOVERY_DEADLINE_SECONDS = 60;
69
public static final TestWebClient webClient = Utils.getWebClient();
70
public static volatile String selfCustomTargetLocation;
71
0 commit comments