bump timeouts for tests on linux CI. test_recheck seems to sometimes take a long time

This commit is contained in:
arvidn
2021-10-22 13:47:49 +02:00
committed by Arvid Norberg
parent 1a87a7afd5
commit 69cb589800

View File

@ -231,7 +231,7 @@ jobs:
- name: build and run tests
run: |
cd test
b2 ${{ matrix.config }} -l400 warnings-as-errors=on debug-iterators=on invariant-checks=full asserts=on deterministic-tests
b2 ${{ matrix.config }} -l500 warnings-as-errors=on debug-iterators=on invariant-checks=full asserts=on deterministic-tests
- name: run tests (flaky)
uses: nick-invision/retry@v2
@ -239,7 +239,7 @@ jobs:
timeout_minutes: 30
retry_wait_seconds: 4
max_attempts: 3
command: (cd test; b2 ${{ matrix.config }} -l400 warnings-as-errors=on debug-iterators=on invariant-checks=full asserts=on)
command: (cd test; b2 ${{ matrix.config }} -l500 warnings-as-errors=on debug-iterators=on invariant-checks=full asserts=on)