Skip to content

Commit

Permalink
increase wait time between retries on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 11, 2021
1 parent 23b611d commit 8f8a55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 30
retry_wait_seconds: 1
retry_wait_seconds: 4
max_attempts: 3
command: (cd test; b2 ${{ matrix.config }} -j2 -l400 debug-iterators=on invariant-checks=full asserts=on cxxstd=11)

Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 30
retry_wait_seconds: 1
retry_wait_seconds: 4
max_attempts: 3
command: |
cd libtorrent-rasterbar-*/test
Expand Down

0 comments on commit 8f8a55f

Please sign in to comment.