CI: set a timeout multiplier for the tests

CI can be slower than your normal dev machine so give it a bit more time
This commit is contained in:
Christoph Reiter 2019-03-26 16:37:22 +01:00
parent dbac377ad2
commit c94867f8a1

View File

@ -26,6 +26,7 @@ ccache --show-stats
xvfb-run -a -s "-screen 0 1024x768x24" \
meson test \
--timeout-multiplier 2 \
--print-errorlogs \
--suite=gtk \
--no-suite=gtk:gsk \