unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob a10a9d8c8a5f4d0ca57e6f668e5e236c0b06afed 402 bytes (raw)
name: gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
Needed for slower machines.

--- pulseaudio/src/tests/thread-test.c.orig	2014-01-23 13:57:55.000000000 -0500
+++ pulseaudio/src/tests/thread-test.c	2014-03-26 23:28:50.046386718 -0400
@@ -152,6 +152,7 @@
     s = suite_create("Thread");
     tc = tcase_create("thread");
     tcase_add_test(tc, thread_test);
+    tcase_set_timeout(tc, 120);
     suite_add_tcase(s, tc);
 
     sr = srunner_create(s);

debug log:

solving a10a9d8 ...
found a10a9d8 in https://yhetil.org/guix-devel/87r45mhj1k.fsf@yeeloong.lan/

applying [1/1] https://yhetil.org/guix-devel/87r45mhj1k.fsf@yeeloong.lan/
diff --git a/gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch b/gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch
new file mode 100644
index 0000000..a10a9d8

1:17: trailing whitespace.
 
Checking patch gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch...
Applied patch gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 a10a9d8c8a5f4d0ca57e6f668e5e236c0b06afed	gnu/packages/patches/pulseaudio-increase-thread-test-timeout.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).