tests/eio: increase monitoring test timeout to 1s
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 17 Jul 2018 21:17:12 +0000 (17:17 -0400)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 26 Jul 2018 08:26:36 +0000 (17:26 +0900)
this should only affect CI builds, allowing more time for tests to
process on the insanely slow virtual hw

Differential Revision: https://phab.enlightenment.org/D6623

src/tests/eio/eio_test_monitor.c
src/tests/eio/eio_test_sentry.c

index c1eb002..1e835ec 100644 (file)
@@ -14,7 +14,7 @@
 
 /////////////////timeout function
 
-#define TEST_TIMEOUT_SEC 0.5
+#define TEST_TIMEOUT_SEC 1
 #define TEST_OPERATION_DELAY 0.05
 
 static Ecore_Timer *test_timeout_timer;
index d4e687e..5bdf341 100644 (file)
@@ -16,7 +16,7 @@
 
 /////////////////timeout function
 
-#define TEST_TIMEOUT_SEC 0.5
+#define TEST_TIMEOUT_SEC 1
 #define TEST_OPERATION_DELAY 0.05
 
 static Ecore_Timer *test_timeout_timer;