Skip to content

Commit

Permalink
impose 30s CI timeout to at least make #1343 less bad
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Nov 25, 2024
1 parent 9b575b3 commit fbe7ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# we can't test gpu, xyz, and system on the CI since there is no Vulkan support
- name: Test
run: go test -v $(go list ./... | grep -v gpu | grep -v xyz | grep -v system) -coverprofile cover.out
run: go test -v $(go list ./... | grep -v gpu | grep -v xyz | grep -v system) -coverprofile cover.out -timeout 30s

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
Expand Down

0 comments on commit fbe7ed7

Please sign in to comment.