Skip to content

Commit 88452d6

Browse files
committed
Increase workflow completion timeout
1 parent a3cac99 commit 88452d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/workflow/test_workflow_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_workflow_execution_tests(configuration: Configuration, workflow_executor
5252
workflow_quantity=10,
5353
workflow_name=WORKFLOW_NAME,
5454
workflow_executor=workflow_executor,
55-
workflow_completion_timeout=5
55+
workflow_completion_timeout=7
5656
)
5757
logger.debug('finished workflow execution tests')
5858
test_workflow_methods(

0 commit comments

Comments
 (0)