Skip to content

Commit

Permalink
fix: ubuntu-latest is too slow to finish in 2m
Browse files Browse the repository at this point in the history
panic: test timed out after 2m0s
	running tests:
		TestDeployment (26s)
  • Loading branch information
meling committed Dec 17, 2024
1 parent 2b3e0b2 commit 5b7794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run Go tests
run: |
go test -v -timeout 2m ./...
go test -v -timeout 5m ./...
shell: bash
env:
HOTSTUFF_LOG: info
Expand Down

0 comments on commit 5b7794d

Please sign in to comment.