Skip to content

Commit 62a6fec

Browse files
committed
260226.050244.CET change timelimit of time-consuming steps from 330m to 320m; as it happened on 20260225, verify_large failed because other steps of the workflow took more than 30m
1 parent d89e7e5 commit 62a6fec

18 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Conduct the test
185185
uses: equipez/run-matlab-command@v2
186186
with:
187-
timelimit: 330m
187+
timelimit: 320m
188188
command: |
189189
blacklist = {};
190190
blacklist = [blacklist, {'HYDCAR6LS', 'JENSMP', 'METHANL8LS', 'MEXHAT', 'TOINTQOR'}]; % uobyqa

.github/workflows/profile_integer_kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Conduct the test
171171
uses: equipez/run-matlab-command@v2
172172
with:
173-
timelimit: 330m
173+
timelimit: 320m
174174
command: |
175175
ver;
176176
root_dir = pwd();

.github/workflows/profile_npt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Conduct the test
212212
uses: equipez/run-matlab-command@v2
213213
with:
214-
timelimit: 330m
214+
timelimit: 320m
215215
command: |
216216
ver;
217217
root_dir = pwd();

.github/workflows/profile_rescue_idz_classical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Conduct the test
163163
uses: equipez/run-matlab-command@v2
164164
with:
165-
timelimit: 330m
165+
timelimit: 320m
166166
command: |
167167
ver;
168168
root_dir = pwd();

.github/workflows/profile_rescue_idz_modernized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Conduct the test
163163
uses: equipez/run-matlab-command@v2
164164
with:
165-
timelimit: 330m
165+
timelimit: 320m
166166
command: |
167167
ver;
168168
root_dir = pwd();

.github/workflows/stress_test_fortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
162162
uses: equipez/run-bash-command@v2
163163
with:
164-
timelimit: 330m
164+
timelimit: 320m
165165
command: |
166166
cd "$ROOT_DIR"/fortran/tests
167167
export TESTDIM=${{ matrix.testdim }}

.github/workflows/stress_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
185185
uses: equipez/run-matlab-command@v2
186186
with:
187-
timelimit: 330m
187+
timelimit: 320m
188188
command: |
189189
ver;
190190
root_dir = pwd();

.github/workflows/test_aflang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
8686
uses: equipez/run-bash-command@v2
8787
with:
88-
timelimit: 330m
88+
timelimit: 320m
8989
command: |
9090
export FFLAGS=${{ matrix.fflags }}
9191
export TESTDIM=${{ matrix.testdim }}

.github/workflows/test_gfortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: runner.os != 'Windows'
165165
uses: equipez/run-bash-command@v2
166166
with:
167-
timelimit: 330m
167+
timelimit: 320m
168168
command: |
169169
IK=i$(( 2**(1 + $(date +%-d) % 3) ))
170170
echo "IK=${IK}"

.github/workflows/test_ifort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
100100
uses: equipez/run-bash-command@v2
101101
with:
102-
timelimit: 330m
102+
timelimit: 320m
103103
command: |
104104
FFLAGS=-O$(($(date +%-d) % 5)) && FFLAGS=${FFLAGS/O0/g} && FFLAGS=${FFLAGS/O4/fast} && export FFLAGS
105105
echo "FFLAGS=$FFLAGS"

0 commit comments

Comments
 (0)