Try to fix flaky tests
This commit is contained in:
parent
40446e416f
commit
6f73d2b4e0
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -575,7 +575,7 @@ jobs:
|
|||||||
|
|
||||||
# All tests assume to be run from the build directory
|
# All tests assume to be run from the build directory
|
||||||
pushd ${OSRM_BUILD_DIR}
|
pushd ${OSRM_BUILD_DIR}
|
||||||
for i in $(seq 1 100); do
|
for i in $(seq 1 1000); do
|
||||||
echo "Iteration $i"
|
echo "Iteration $i"
|
||||||
for test in ./unit_tests/*-tests; do
|
for test in ./unit_tests/*-tests; do
|
||||||
echo "Running $test"
|
echo "Running $test"
|
||||||
|
Loading…
Reference in New Issue
Block a user