File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
id : run_tests
109
109
uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
110
110
with :
111
- timeout_minutes : 10
111
+ timeout_minutes : 12
112
112
max_attempts : ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
113
113
retry_on : any
114
114
command : |
@@ -216,7 +216,7 @@ jobs:
216
216
id : run_tests
217
217
uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
218
218
with :
219
- timeout_minutes : 10
219
+ timeout_minutes : 12
220
220
max_attempts : ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
221
221
retry_on : any
222
222
command : |
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
id : run_tests_linux
127
127
uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
128
128
with :
129
- timeout_minutes : 10
129
+ timeout_minutes : 12
130
130
max_attempts : ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
131
131
retry_on : any
132
132
command : |
You can’t perform that action at this time.
0 commit comments