Skip to content

Commit bd92d35

Browse files
ci: reduce max-active-runs pipeline sleep
Lower sleep_seconds in the max_active_runs test pipeline to avoid repeated timeouts while still exercising parallelism. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 520df94 commit bd92d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_data/sdk_compiled_pipelines/valid/essential/pipeline_with_max_active_runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ components:
2626
msg:
2727
parameterType: STRING
2828
sleep_seconds:
29-
defaultValue: 20.0
29+
defaultValue: 5.0
3030
isOptional: true
3131
parameterType: NUMBER_INTEGER
3232
outputDefinitions:

0 commit comments

Comments
 (0)