Skip to content

Commit

Permalink
[Debug] increase number of iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Nov 13, 2024
1 parent 2a1435f commit 26509fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.trigger.integration.tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ for test in "${CHECK_PACKAGES_TESTS[@]}"; do
done
done

for iter in $(seq 1 5); do
for iter in $(seq 1 10); do
test="test-check-packages-benchmarks"

test_name=${test#"test-check-packages-"}
Expand Down

0 comments on commit 26509fa

Please sign in to comment.