Skip to content

Commit 5eecd84

Browse files
committed
test: Reduce ExecuteQueryIT flakiness by increasing sleep period
Change-Id: I4171e5b11d2278a8b3dc19d2dec3f03d784759ce
1 parent 6b66289 commit 5eecd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/ExecuteQueryIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,6 @@ private static void createTestSchemaBundle() throws Exception {
420420
// For some reason the ExecuteQuery data path sometimes cannot resolve a newly-created schema
421421
// bundle immediately after its creation. Adding a manual sleep to avoid test flakiness until
422422
// the underlying issue is resolved.
423-
Thread.sleep(5000);
423+
Thread.sleep(60000);
424424
}
425425
}

0 commit comments

Comments
 (0)