Skip to content

Commit fc1022e

Browse files
Final pipelines
1 parent 54ae401 commit fc1022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/idempotency_redis/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(15)
1616

1717
return event

0 commit comments

Comments
 (0)