We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78ab57 commit 76997efCopy full SHA for 76997ef
google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java
@@ -279,7 +279,7 @@ public void testWriteAndListLogEntries() throws InterruptedException {
279
int allowedDeleteAttempts = 5;
280
boolean deleted = false;
281
while (!deleted && deleteAttempts < allowedDeleteAttempts) {
282
- Thread.sleep(1000);
+ Thread.sleep(5000);
283
deleted = logging().deleteLog(logId);
284
deleteAttempts++;
285
}
0 commit comments