Skip to content

Commit

Permalink
test(itest): increase timeouts for CI (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Dec 20, 2024
1 parent d9fb5f8 commit cf0af40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/itest/bases/StandardSelfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public abstract class StandardSelfTest {
private static final ExecutorService WORKER = Executors.newCachedThreadPool();
public static final Logger logger = Logger.getLogger(StandardSelfTest.class);
public static final ObjectMapper mapper;
public static final int REQUEST_TIMEOUT_SECONDS = 15;
public static final int DISCOVERY_DEADLINE_SECONDS = 10;
public static final int REQUEST_TIMEOUT_SECONDS = 30;
public static final int DISCOVERY_DEADLINE_SECONDS = 60;
public static final TestWebClient webClient = Utils.getWebClient();
public static volatile String selfCustomTargetLocation;

Expand Down

0 comments on commit cf0af40

Please sign in to comment.