Skip to content

Commit 37ec017

Browse files
author
Alexey Vekshin
committed
longer timeouts for tests
1 parent 89ccffd commit 37ec017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
- run: go mod download
8888
- env:
8989
TF_ACC: "1"
90-
run: go test -v -cover -timeout 15s ./internal/provider/
90+
run: go test -v -cover -timeout 30s ./internal/provider/
9191
timeout-minutes: 5

0 commit comments

Comments
 (0)