Skip to content

Commit 71769dd

Browse files
authored
samples: fixed flaky test of logging (GoogleCloudPlatform#3500)
1 parent 7203b96 commit 71769dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/cloud-client/src/test/java/com/example/logging/LoggingIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void testQuickstart() throws Exception {
7171
assertThat(got).contains("Logged: Hello, world!");
7272
}
7373

74-
@Test(timeout = 30000)
74+
@Test(timeout = 45000)
7575
public void testWriteAndListLogs() throws Exception {
7676
// write a log entry
7777
LogEntry entry =

0 commit comments

Comments
 (0)