Skip to content

Commit e776e9c

Browse files
authored
relax replay time in e2e test (#319)
1 parent d0d8e6b commit e776e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/test/java/software/amazon/lambda/durable/examples/CloudBasedIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ void testChildContextExample() {
492492
}
493493

494494
@ParameterizedTest
495-
@CsvSource({"100, 1000, 10", "500, 2000, 20", "1000, 3000, 50"})
495+
@CsvSource({"100, 1000, 20", "500, 2000, 30", "1000, 3000, 50"})
496496
void testManyAsyncStepsExample(int steps, long maxExecutionTime, long maxReplayTime) {
497497
long minimalExecutionTimeMs = Long.MAX_VALUE;
498498
long minimalReplayTimeMs = Long.MAX_VALUE;

0 commit comments

Comments
 (0)