Skip to content

Commit

Permalink
Increase timeout for CI test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisPH3 committed Nov 12, 2024
1 parent d33929a commit 5c73eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run unit tests
env:
GOPRIVATE: github.com/Fantom-foundation
run: go test -v ./...
run: go test -v -timeout 10m ./...

- name: Build
run: make

0 comments on commit 5c73eb0

Please sign in to comment.