Skip to content

Commit a1b8126

Browse files
committed
Increase wait time for Yugabyte
1 parent a64c479 commit a1b8126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/integration-test/java/com/scalar/db/transaction/jdbc/JdbcTransactionAdminRepairTableIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected boolean hasCoordinatorTables() {
4848
protected void waitForDifferentSessionDdl() {
4949
if (JdbcTestUtils.isYugabyte(rdbEngine)) {
5050
// This is needed to avoid schema or catalog version mismatch database errors.
51-
Uninterruptibles.sleepUninterruptibly(1000, TimeUnit.MILLISECONDS);
51+
Uninterruptibles.sleepUninterruptibly(10, TimeUnit.SECONDS);
5252
return;
5353
}
5454
super.waitForDifferentSessionDdl();

0 commit comments

Comments
 (0)