Skip to content

Commit c9139a6

Browse files
committed
wip - run more times
1 parent a8f0342 commit c9139a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-random-execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
fi
215215
216216
# Add --repeat flag (always, default is 10)
217-
args+=("--repeat" "${{ inputs.repeat || '10' }}")
217+
args+=("--repeat" "${{ inputs.repeat || '50' }}")
218218
219219
# Add --timeout flag (always, default is 300)
220220
args+=("--timeout" "${{ inputs.timeout || '300' }}")

0 commit comments

Comments
 (0)