Skip to content

Commit

Permalink
Merge pull request #2077 from kubernetes-sigs/fix-sanity-test3
Browse files Browse the repository at this point in the history
test: increase sanity test timeout as 30min
  • Loading branch information
andyzhangx authored Aug 26, 2024
2 parents 8a184ea + 47691bf commit df09a69
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 @@ -80,7 +80,7 @@ unit-test:

.PHONY: sanity-test
sanity-test: azurefile
go test -v -timeout=10m ./test/sanity
go test -v -timeout=30m ./test/sanity

.PHONY: e2e-test
e2e-test:
Expand Down

0 comments on commit df09a69

Please sign in to comment.