Skip to content

Commit da57dc6

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.
1 parent 27f0237 commit da57dc6

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
@@ -806,6 +806,7 @@ test-integration: \
806806
-v \
807807
-p 1 \
808808
-count=1 \
809+
-timeout=20m \
809810
./tests/integration/... \
810811

811812
.PHONY: test-upstream-libbpfgo

0 commit comments

Comments
 (0)