Skip to content

Commit

Permalink
Increase timeout for functional test
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Maxia <gmaxia@vmware.com>
  • Loading branch information
dataclouder committed May 2, 2023
1 parent b35e594 commit 79f53e8
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 @@ -7,7 +7,7 @@ default: fmtcheck vet static security build
# test runs the test suite and vets the code
test: testunit tagverify
@echo "==> Running Functional Tests"
cd govcd && go test -tags "functional" -timeout=650m -check.vv
cd govcd && go test -tags "functional" -timeout=720m -check.vv

# tagverify checks that each tag can run independently
tagverify: fmtcheck
Expand Down

0 comments on commit 79f53e8

Please sign in to comment.