Skip to content

Commit

Permalink
extend test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Sep 11, 2024
1 parent 59fba75 commit 8aeb49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@TestPropertySource("classpath:application-test.properties")
@DirtiesContext
class FirestoreSampleAppIntegrationTests {
private static final int TIMEOUT = 10;
private static final int TIMEOUT = 20;
private static PrintStream systemOut;

private static ByteArrayOutputStream baos;
Expand Down

0 comments on commit 8aeb49b

Please sign in to comment.