Skip to content

Commit a777468

Browse files
authored
Extended sleep duration after DB init.
1 parent 513c6f0 commit a777468

File tree

1 file changed

+1
-1
lines changed
  • oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/rdb

1 file changed

+1
-1
lines changed

oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/rdb/RdbDockerRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected void before() throws Throwable {
8787
try {
8888
long startTime = Instant.now().toEpochMilli();
8989
rdbContainer.start();
90-
Thread.sleep(180000);
90+
Thread.sleep(300000);
9191
LOG.info("RDB container started in: " + (Instant.now().toEpochMilli() - startTime) + " ms");
9292
} catch (Exception e) {
9393
LOG.error("error while starting RDB container, error: ", e);

0 commit comments

Comments
 (0)