[Spice-devel] [PATCH spice-common] test-quic: Increase test timeout using Meson

Frediano Ziglio fziglio at redhat.com
Thu Jun 21 21:32:52 UTC 2018


This test can take quite some amount of time to run.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/meson.build b/tests/meson.build
index 39408a1..94c72c6 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
-- 
2.17.1



More information about the Spice-devel mailing list