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
This commit is contained in:
Mike Blumenkrantz 2018-06-26 18:15:53 -04:00 committed by Marcel Hollerbach
parent 65afddf2ae
commit 5b6ebfc03b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;