We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd6184 commit e120042Copy full SHA for e120042
powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/IdempotencyE2ET.java
@@ -36,7 +36,7 @@ class IdempotencyE2ET {
36
private static String functionName;
37
38
@BeforeAll
39
- @Timeout(value = 5, unit = TimeUnit.MINUTES)
+ @Timeout(value = 15, unit = TimeUnit.MINUTES)
40
static void setup() {
41
String random = UUID.randomUUID().toString().substring(0, 6);
42
infrastructure = Infrastructure.builder()
0 commit comments