Skip to content

Commit

Permalink
bumb tests timeout 20m->30m
Browse files Browse the repository at this point in the history
  • Loading branch information
truszkowski committed Feb 29, 2024
1 parent d8532a1 commit 252e66e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
terraform_wrapper: false

- name: Test with coverage (prod - just checking it will works, no env missing etc)
run: go test -parallel 20 -timeout 20m -coverprofile=coverage.txt -coverpkg=./... ./...
run: go test -parallel 20 -timeout 30m -coverprofile=coverage.txt -coverpkg=./... ./...
env:
SPACELIFT_API_KEY_ENDPOINT: ${{ secrets.V20240227_PROD_SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ID: ${{ secrets.V20240227_PROD_SPACELIFT_API_KEY_ID }}
Expand Down Expand Up @@ -105,4 +105,4 @@ jobs:
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITHUBENTERPRISE_REPOSITORY_BRANCH: "main"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_NAME: "multimodule"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_NAMESPACE: "spacelift-ci"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_BRANCH: "main"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_BRANCH: "main"
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
terraform_wrapper: false

- name: Test with coverage
run: go test -parallel 20 -timeout 20m -coverprofile=coverage.txt -coverpkg=./... ./...
run: go test -parallel 20 -timeout 30m -coverprofile=coverage.txt -coverpkg=./... ./...
env:
SPACELIFT_API_KEY_ENDPOINT: ${{ secrets.PREPROD_SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ID: ${{ secrets.PREPROD_SPACELIFT_API_KEY_ID }}
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITHUBENTERPRISE_REPOSITORY_BRANCH: "main"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_NAME: "multimodule"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_NAMESPACE: "spacelift-ci"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_BRANCH: "main"
SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_REPOSITORY_BRANCH: "main"

0 comments on commit 252e66e

Please sign in to comment.