[OE-core] [oe-core][PATCH 1/1] gdk-pixbuf: add timeout to run-ptest

Joe Slater joe.slater at windriver.com
Fri Apr 19 19:58:09 UTC 2019


The default timeout of 300 seconds is far too low for qemu bsp's.

Signed-off-by: Joe Slater <joe.slater at windriver.com>
---
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
index 8f90723..b4f982b 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
@@ -1,3 +1,5 @@
 #! /bin/sh
 
-gnome-desktop-testing-runner gdk-pixbuf
+# The default timeout of 300 seconds is far too low for qemu bsp's.
+#
+gnome-desktop-testing-runner -t 2400 gdk-pixbuf
-- 
2.7.4



More information about the Openembedded-core mailing list