Skip to content

Commit 28517c5

Browse files
committed
fix: increase timeout for go test
- Since we have added integration tests and the default Go test timeout is 10 minutes, we need to increase it otherwise it get panic.
1 parent 4866601 commit 28517c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ test-integration: \
830830
-v \
831831
-p 1 \
832832
-count=1 \
833+
-timeout=20m \
833834
./tests/integration/... \
834835

835836
.PHONY: test-upstream-libbpfgo

0 commit comments

Comments
 (0)