Skip to content

Commit 76997ef

Browse files
codyosschingor13
authored andcommitted
chore: fix test flakyness (#63)
1 parent c78ab57 commit 76997ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void testWriteAndListLogEntries() throws InterruptedException {
279279
int allowedDeleteAttempts = 5;
280280
boolean deleted = false;
281281
while (!deleted && deleteAttempts < allowedDeleteAttempts) {
282-
Thread.sleep(1000);
282+
Thread.sleep(5000);
283283
deleted = logging().deleteLog(logId);
284284
deleteAttempts++;
285285
}

0 commit comments

Comments
 (0)