diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index fcaf8e913..500e5b0ed 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -72,4 +72,4 @@ jobs: env: ASAN_OPTIONS: allocator_may_return_null=1 TSAN_OPTIONS: allocator_may_return_null=1 - run: for i in {1..1000}; do ctest --output-on-failure || exit 1; date; done + run: for i in {1..600}; do echo ">>> ITERATION no. ${i}" ; ctest --output-on-failure || exit 1; date; done