Skip to content

Commit e120042

Browse files
committed
Increase Idempotency E2E test timeout.
1 parent 0cd6184 commit e120042

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/IdempotencyE2ET.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class IdempotencyE2ET {
3636
private static String functionName;
3737

3838
@BeforeAll
39-
@Timeout(value = 5, unit = TimeUnit.MINUTES)
39+
@Timeout(value = 15, unit = TimeUnit.MINUTES)
4040
static void setup() {
4141
String random = UUID.randomUUID().toString().substring(0, 6);
4242
infrastructure = Infrastructure.builder()

0 commit comments

Comments
 (0)