Skip to content

Commit 9ae19f6

Browse files
authored
increase the time limit for msys2 tests
1 parent 10cf63e commit 9ae19f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ jobs:
318318

319319
- name: Run tests
320320
id: run-ctest
321-
timeout-minutes: 60
321+
timeout-minutes: 70
322322
run: cd build && ctest
323323

324324
- name: Re-run tests
325325
if: always() && (steps.run-ctest.outcome == 'failure')
326-
timeout-minutes: 60
326+
timeout-minutes: 70
327327
run: |
328328
cd build
329329
echo "::group::Re-run ctest"

0 commit comments

Comments
 (0)