1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

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

This commit is contained in:
Falk Werner 2020-10-17 23:35:16 +02:00
parent ea323634b1
commit 8ad59f6bfa

View File

@ -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)