Skip to content

Commit

Permalink
ci: Fix gather timeout
Browse files Browse the repository at this point in the history
I copied the timeout_minutes which is correct for the retry action, but
the builtin timeout is timeout-minutes. The PR was merge too quickly
without waiting the CI.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 14, 2025
1 parent 0940c48 commit 4a34c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: failure()
working-directory: test
# Gathering typically takes less than 15 seconds.
timeout_minutes: 3
timeout-minutes: 3
run: drenv gather --directory ${{ env.GATHER_DIR }} envs/regional-dr.yaml

# Tar manually to work around github limitations with special chracters (:)
Expand Down

0 comments on commit 4a34c08

Please sign in to comment.