Skip to content

Commit b8f1a99

Browse files
committed
Increase integration test timeout to 30 minutes
- Allow more time for cloud discovery operations that may take longer
1 parent 91c0944 commit b8f1a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
needs: unit-test
9595
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
96-
timeout-minutes: 15
96+
timeout-minutes: 30
9797

9898
strategy:
9999
matrix:

0 commit comments

Comments
 (0)