We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72092b3 commit 8cb083cCopy full SHA for 8cb083c
.github/workflows/test.yml
@@ -122,5 +122,5 @@ jobs:
122
SENTRY_TEST_PAGERDUTY_ORGANIZATION: ${{ secrets.SENTRY_TEST_PAGERDUTY_ORGANIZATION }}
123
SENTRY_TEST_VSTS_INSTALLATION_ID: ${{ secrets.SENTRY_TEST_VSTS_INSTALLATION_ID }}
124
SENTRY_TEST_VSTS_REPOSITORY_IDENTIFIER: ${{ secrets.SENTRY_TEST_VSTS_REPOSITORY_IDENTIFIER }}
125
- run: go test -v -cover ./internal/provider/
126
- timeout-minutes: 10
+ run: go test -v -cover -timeout 60m ./internal/provider/
+ timeout-minutes: 60
0 commit comments