[folks] tests: Remove the changed timeout



commit 9ada540e2c899b0d06d7183e54c87e7ab24a6fd3
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jun 7 17:56:56 2020 +0200

    tests: Remove the changed timeout
    
    Most of our timeouts are defined by `TestUtils.loop_run_with_timeout()`
    anyway, so it shouldn't matter. For slower machines, people can always
    use the timeout multiplier used by Meson.

 tests/eds/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tests/eds/meson.build b/tests/eds/meson.build
index 1b8b8d4b..f0b2086c 100644
--- a/tests/eds/meson.build
+++ b/tests/eds/meson.build
@@ -75,7 +75,6 @@ foreach _test: eds_tests
   test(_test, test_executable,
     suite: 'EDSBackend',
     env: common_test_environment,
-    timeout: 60, # We double the timeout for slower machines (especially for the stress test)
   )
 
   if installed_tests_enabled


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]