File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
# Run a faster chaos forge to quickly surface correctness failures
15
15
run-release-blocking-forge :
16
- # Set the job timeout to 12 hours, however run for 10 hours
17
- timeout-minutes : 720
18
16
uses : ./.github/workflows/run-forge.yaml
19
17
secrets : inherit
20
18
with :
23
21
FORGE_RUNNER_DURATION_SECS : 36000
24
22
FORGE_RUNNER_TPS_THRESHOLD : 5000
25
23
FORGE_TEST_SUITE : land_blocking
26
- USE_NEW_WRAPPER : true
24
+ USE_NEW_WRAPPER : true
25
+ # Give us 12 hour timeout
26
+ TIMEOUT_MINUTES : 720
Original file line number Diff line number Diff line change 41
41
type : boolean
42
42
default : false
43
43
description : Set to true to enable new wrapper
44
+ TIMEOUT_MINUTES :
45
+ required : false
46
+ type : number
47
+ default : 360
48
+ description : Github job timeout in minutes
44
49
env :
45
50
AWS_ACCOUNT_NUM : ${{ secrets.ENV_ECR_AWS_ACCOUNT_NUM }}
46
51
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
65
70
jobs :
66
71
forge :
67
72
runs-on : ubuntu-latest
73
+ timeout-minutes : ${{ inputs.TIMEOUT_MINUTES }}
68
74
permissions :
69
75
issues : write
70
76
pull-requests : write
You can’t perform that action at this time.
0 commit comments