quirk: increaded timeout multiplier for tests (fix test of daemon.run)

pull/11/head
Falk Werner 4 years ago
parent ea323634b1
commit 8ad59f6bfa

@ -46,7 +46,7 @@ before_script:
- ninja
script:
- meson test --print-errorlogs $CHECK_OPTS
- meson test --print-errorlogs -t 10 $CHECK_OPTS
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading…
Cancel
Save