Skip to content

Commit

Permalink
increase timeout hard cap
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 19, 2024
1 parent 2fdb2e1 commit 21f4abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
jobs:
integration_tests:
name: Cloud Integration Tests
timeout-minutes: 60 # Hard cap of 1 hour for workflow
timeout-minutes: 90 # Hard cap of 1 hour 30 mins for workflow
runs-on: ubuntu-latest
if: ${{ github.event.inputs.job_to_run == 'run_integration_tests' || github.event_name != 'workflow_dispatch' }}
environment: cloud-tests
Expand Down

0 comments on commit 21f4abf

Please sign in to comment.