Skip to content

Commit 5821f11

Browse files
committed
260220.180215.CET [skip ci] test stress_test_matlab with run-matlab-command and timeout: 5h
1 parent 812eea6 commit 5821f11

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/stress_test_matlab.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,10 @@ jobs:
3232
fail-fast: false
3333

3434
matrix:
35-
# os: [ubuntu-latest, macos-15-intel]
36-
# matlab: [R2023a, latest]
37-
# solver: [uobyqa, newuoa, bobyqa, lincoa, cobyla]
38-
# test: [normal, tough]
39-
# use_system_libgcc: [true] # Whether to use the system libgcc or the one shipped with MATLAB.
40-
os: [ubuntu-latest, macos-15-intel, macos-latest]
41-
matlab: [latest]
42-
solver: [uobyqa]
43-
test: [tough]
35+
os: [ubuntu-latest, macos-15-intel]
36+
matlab: [R2023a, latest]
37+
solver: [uobyqa, newuoa, bobyqa, lincoa, cobyla]
38+
test: [normal, tough]
4439
use_system_libgcc: [true] # Whether to use the system libgcc or the one shipped with MATLAB.
4540

4641
steps:
@@ -194,7 +189,7 @@ jobs:
194189
- name: Conduct the test; treat timeout as SUCCESS (exit 0)
195190
uses: equipez/run-matlab-command@v1
196191
with:
197-
timeout: 1m
192+
timeout: 5h
198193
command: |
199194
ver;
200195
root_dir = pwd();

0 commit comments

Comments
 (0)