[Spice-commits] tests/meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 26 16:58:03 UTC 2018


 tests/meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 345557f0445ab73ecf5d5902908b1d793a2c71d0
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Jun 21 16:44:34 2018 +0100

    test-quic: Increase test timeout using Meson
    
    This test can take quite some amount of time to run.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/tests/meson.build b/tests/meson.build
index 18b03c4..1dc0e5c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -48,5 +48,5 @@ if gdk_pixbuf_dep.found()
   test('test_quic',
        executable('test_quic', 'test-quic.c',
                   dependencies : [spice_common_dep, gdk_pixbuf_dep],
-                  install : false))
+                  install : false), timeout : 120)
 endif


More information about the Spice-commits mailing list