[gegl] Issue #206 - test-node-exponential: timeout expired. failing.
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Issue #206 - test-node-exponential: timeout expired. failing.
- Date: Sun, 15 Sep 2019 23:33:58 +0000 (UTC)
commit 84ef1f5256abcd51f2cc084c1d81bcf0ed55bc51
Author: Ell <ell_se yahoo com>
Date: Mon Sep 16 02:28:23 2019 +0300
Issue #206 - test-node-exponential: timeout expired. failing.
Raise the failure timeout of test-node-exponential to 60 seconds.
The creation of the graph can trigger module loading, which can
take a significant amount of time in some environments.
Thanks to Bernhard Übelacker!
tests/simple/test-node-exponential.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/simple/test-node-exponential.c b/tests/simple/test-node-exponential.c
index 35272e33b..a3616187f 100644
--- a/tests/simple/test-node-exponential.c
+++ b/tests/simple/test-node-exponential.c
@@ -37,7 +37,7 @@
#define SUCCESS 0
#define FAILURE -1
-#define TIMEOUT (3 * G_TIME_SPAN_SECOND)
+#define TIMEOUT (60 * G_TIME_SPAN_SECOND)
static GMutex mutex;
static GCond cond;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]