Skip to content

Commit 626e7d7

Browse files
nirsBenamarMk
authored andcommitted
ci: Fix gather timeout
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]>
1 parent 7cf01cb commit 626e7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: failure()
8181
working-directory: test
8282
# Gathering typically takes less than 15 seconds.
83-
timeout_minutes: 3
83+
timeout-minutes: 3
8484
run: drenv gather --directory ${{ env.GATHER_DIR }} envs/regional-dr.yaml
8585

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

0 commit comments

Comments
 (0)