Skip to content

Commit c8dff43

Browse files
Fix Idempotency test
1 parent ff146e3 commit c8dff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/idempotency/handlers/parallel_execution_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
@idempotent(persistence_store=persistence_layer)
1414
def lambda_handler(event, context):
15-
time.sleep(5)
15+
time.sleep(12)
1616

1717
return event

0 commit comments

Comments
 (0)