tests: set monitoring interval for eio tests to 0.05s

Summary:
cpu usage is not an issue during test runs, we want the tests to finish
as fast as possible in all cases regardless of the cost. this resolves
the last remaining issue with eio tests where sometimes the fallback
monitor would trigger and the test suite would hang for 60+ seconds

fix T6915
Depends on D6248

Reviewers: stefan_schmidt, bu5hm4n, ManMower, devilhorns

Reviewed By: bu5hm4n, ManMower

Subscribers: bu5hm4n, cedric, #committers

Tags: #efl

Maniphest Tasks: T6915

Differential Revision: https://phab.enlightenment.org/D6249
This commit is contained in:
Mike Blumenkrantz 2018-06-19 13:33:30 -04:00
parent 229ba6d337
commit 8c89015795
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ main(int argc, char **argv)
putenv("EFL_RUN_IN_TREE=1");
#endif
eio_monitoring_interval_set(0.05);
eina_init();
failed_count = _efl_suite_build_and_run(argc - 1, (const char **)argv + 1,