Skip to content

Commit

Permalink
build: extend timeout for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onematchfox committed May 17, 2023
1 parent ba86ac8 commit 1467ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test:
go test -v -cover -timeout=120s -parallel=4 ./...

testacc:
TF_ACC=1 go test -v -cover -timeout 8m ./...
TF_ACC=1 go test -v -cover -timeout 10m ./...

testacc_clean_env:
kind delete cluster --name argocd
Expand Down

0 comments on commit 1467ee9

Please sign in to comment.