Skip to content

Commit

Permalink
test: Increase go test timeout
Browse files Browse the repository at this point in the history
This may help with the failures we are seeing in github actions.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Jan 25, 2024
1 parent cf2df89 commit c9378c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ test-companion:

.PHONY: test
test: gvproxy test-companion
go test -v ./...
go test -timeout 20m -v ./...

0 comments on commit c9378c3

Please sign in to comment.