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:
parent
ea323634b1
commit
8ad59f6bfa
@ -46,7 +46,7 @@ before_script:
|
|||||||
- ninja
|
- ninja
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- meson test --print-errorlogs $CHECK_OPTS
|
- meson test --print-errorlogs -t 10 $CHECK_OPTS
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue
Block a user