[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: Give ourselves a little more timeout headroom
Arun Raghavan
gitlab at gitlab.freedesktop.org
Sat Aug 17 10:50:07 UTC 2019
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
a7caa9d3 by Arun Raghavan at 2019-08-17T10:44:45Z
build-sys: meson: Give ourselves a little more timeout headroom
We're seeing CI failures due to once-test sometimes taking long. Let's
give ourselves a little more space per test (2 min -> 5 min) to avoid
this.
- - - - -
1 changed file:
- src/tests/meson.build
Changes:
=====================================
src/tests/meson.build
=====================================
@@ -193,7 +193,7 @@ foreach t : default_tests + norun_tests
if default_tests.contains(t)
test(name, exe,
env : test_env,
- timeout : 120,
+ timeout : 300,
)
endif
endforeach
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/a7caa9d393a3a71b355527c14e655d8e07b9a5b0
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/a7caa9d393a3a71b355527c14e655d8e07b9a5b0
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190817/6ecf5734/attachment-0001.html>
More information about the pulseaudio-commits
mailing list