Skip to content

Commit b6425f0

Browse files
committed
ci: increase timeout for sluggish runner [skip ci]
1 parent 5286555 commit b6425f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: matlab-actions/setup-matlab@v1
2525

2626
- name: Run tests and generate artifacts
27-
timeout-minutes: 5
27+
timeout-minutes: 10
2828
uses: matlab-actions/run-command@v1
2929
with:
3030
command: r = runtests('stdlib'), assert(~isempty(r)), assertSuccess(r)

0 commit comments

Comments
 (0)