bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5b6ebfc03b4a72debe7ca3dbe6345f6b0c2ae1d0

commit 5b6ebfc03b4a72debe7ca3dbe6345f6b0c2ae1d0
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jun 26 18:15:53 2018 -0400

    tests: increase eio monitor+sentry test initial delay to 0.05s
    
    this helps ensure that the fallback monitor can perform an initial
    scan during the test while under load
    
    fix T7042
    
    Differential Revision: https://phab.enlightenment.org/D6445
---
 src/tests/eio/eio_test_monitor.c | 2 +-
 src/tests/eio/eio_test_sentry.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/eio/eio_test_monitor.c b/src/tests/eio/eio_test_monitor.c
index 68f4023c66..7d087b3464 100644
--- a/src/tests/eio/eio_test_monitor.c
+++ b/src/tests/eio/eio_test_monitor.c
@@ -15,7 +15,7 @@
 /////////////////timeout function
 
 #define TEST_TIMEOUT_SEC 0.5
-#define TEST_OPERATION_DELAY 0.01
+#define TEST_OPERATION_DELAY 0.05
 
 static Ecore_Timer *test_timeout_timer;
 
diff --git a/src/tests/eio/eio_test_sentry.c b/src/tests/eio/eio_test_sentry.c
index 5fdcde0110..038e085060 100644
--- a/src/tests/eio/eio_test_sentry.c
+++ b/src/tests/eio/eio_test_sentry.c
@@ -15,7 +15,7 @@
 /////////////////timeout function
 
 #define TEST_TIMEOUT_SEC 0.5
-#define TEST_OPERATION_DELAY 0.01
+#define TEST_OPERATION_DELAY 0.05
 
 static Ecore_Timer *test_timeout_timer;
 

-- 


Reply via email to