Skip to content

Commit 5dce9a9

Browse files
committed
Merge pull request hashicorp#860 from hashicorp/test-timeout
Makefile: bump test timeout from 10s to 30s
2 parents a3ef8be + bba3890 commit 5dce9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev: generate
1010
@TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
1111

1212
test: generate
13-
TF_ACC= go test $(TEST) $(TESTARGS) -timeout=10s -parallel=4
13+
TF_ACC= go test $(TEST) $(TESTARGS) -timeout=30s -parallel=4
1414
@$(MAKE) vet
1515

1616
testacc: generate

0 commit comments

Comments
 (0)