Skip to content

Commit 8cb083c

Browse files
committed
fix: increase test timeout
1 parent 72092b3 commit 8cb083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ jobs:
122122
SENTRY_TEST_PAGERDUTY_ORGANIZATION: ${{ secrets.SENTRY_TEST_PAGERDUTY_ORGANIZATION }}
123123
SENTRY_TEST_VSTS_INSTALLATION_ID: ${{ secrets.SENTRY_TEST_VSTS_INSTALLATION_ID }}
124124
SENTRY_TEST_VSTS_REPOSITORY_IDENTIFIER: ${{ secrets.SENTRY_TEST_VSTS_REPOSITORY_IDENTIFIER }}
125-
run: go test -v -cover ./internal/provider/
126-
timeout-minutes: 10
125+
run: go test -v -cover -timeout 60m ./internal/provider/
126+
timeout-minutes: 60

0 commit comments

Comments
 (0)