Skip to content

Commit c7754cc

Browse files
committed
Add some more margin to the test pause
1 parent 2602ea7 commit c7754cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/LargeMessageIdempotentE2ET.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public static void tearDown() {
107107
@Test
108108
public void test_ttlNotExpired_doesNotInsertInDDB_ttlExpired_insertInDDB() throws InterruptedException,
109109
IOException {
110-
int waitMs = 10000;
110+
int waitMs = 15000;
111111

112112
// GIVEN
113113
InputStream inputStream = this.getClass().getResourceAsStream("/large_sqs_message.txt");

0 commit comments

Comments
 (0)