Skip to content

Commit

Permalink
CI: Set timeout to 20m for race test
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Nov 30, 2023
1 parent 6129caf commit 24c7dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
if: matrix.test-mode == 'race'
run: |
packages=`go list ./...`
gotestsum --format short-verbose --packages="$packages" --rerun-fails=1 -- -race
gotestsum --format short-verbose --packages="$packages" --rerun-fails=1 -- --timeout 20m -race
- name: run redis tests
if: matrix.test-mode == 'defaults'
Expand Down

0 comments on commit 24c7dc9

Please sign in to comment.