Skip to content

Commit

Permalink
Add some more margin to the test pause (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring authored Nov 17, 2023
1 parent 2602ea7 commit 0c9b9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void tearDown() {
@Test
public void test_ttlNotExpired_doesNotInsertInDDB_ttlExpired_insertInDDB() throws InterruptedException,
IOException {
int waitMs = 10000;
int waitMs = 15000;

// GIVEN
InputStream inputStream = this.getClass().getResourceAsStream("/large_sqs_message.txt");
Expand Down

0 comments on commit 0c9b9ab

Please sign in to comment.