Skip to content

Commit 6f73d2b

Browse files
Try to fix flaky tests
1 parent 40446e4 commit 6f73d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ jobs:
575575
576576
# All tests assume to be run from the build directory
577577
pushd ${OSRM_BUILD_DIR}
578-
for i in $(seq 1 100); do
578+
for i in $(seq 1 1000); do
579579
echo "Iteration $i"
580580
for test in ./unit_tests/*-tests; do
581581
echo "Running $test"

0 commit comments

Comments
 (0)