[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] thread-test: Increase test timeout

PulseAudio Marge Bot (@pulseaudio-merge-bot) gitlab at gitlab.freedesktop.org
Mon May 16 18:01:02 UTC 2022



PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio


Commits:
1729e38a by Igor V. Kovalenko at 2022-05-09T09:34:46+03:00
thread-test: Increase test timeout

This is not a performance test, but progress test of pa_cond_signal,
pa_cond_broadcast and pa_cond_wait in presence of multiple threads.

Increase test timeout to make it pass on slower hardware.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/696>

- - - - -


1 changed file:

- src/tests/thread-test.c


Changes:

=====================================
src/tests/thread-test.c
=====================================
@@ -153,6 +153,7 @@ int main(int argc, char *argv[]) {
     s = suite_create("Thread");
     tc = tcase_create("thread");
     tcase_add_test(tc, thread_test);
+    tcase_set_timeout(tc, 60 * 60);
     suite_add_tcase(s, tc);
 
     sr = srunner_create(s);



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1729e38a3ef615b2024c1ac96d206d042aab730a

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1729e38a3ef615b2024c1ac96d206d042aab730a
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/20220516/16be87bb/attachment.htm>


More information about the pulseaudio-commits mailing list