Skip to content

Commit

Permalink
Bump gha test suit timeout from 60 to 120m
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b committed Oct 17, 2024
1 parent b650646 commit 774bf5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ on:
env:
NODES: ${{ vars.TEST_NODES || '10' }}
FLAKE_ATTEMPTS: ${{ vars.TEST_FLAKE_ATTEMPTS || '2' }}

jobs:
run-integration-tests:
defaults:
run:
shell: bash
runs-on: ${{ inputs.os }}
runs-on: ${{ inputs.os }}
container: us-west2-docker.pkg.dev/shepherd-268822/shepherd2/concourse-resource:latest
timeout-minutes: 120
steps:

- name: Checkout cli
Expand Down

0 comments on commit 774bf5d

Please sign in to comment.