Skip to content

Commit 4bb39c1

Browse files
author
Daniel Zagaynov
committed
workflows: increase timeout for macos_dev
1 parent 63e6f17 commit 4bb39c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos_development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Prepare
2323
run: meson macos_build
2424
- name: Run tests
25-
run: meson test -C macos_build --verbose
25+
run: meson test -C macos_build --verbose --timeout-multiplier="10"
2626
- name: Print log on failure
2727
run: cat macos_build/meson-logs/testlog.txt

0 commit comments

Comments
 (0)