[tracker-miners/sam/test-runner-fix: 24/33] functional-tests: Increase timeout to 120 seconds



commit c69b45b7b9b00f325ad39dd9197fb5f9e9207324
Author: Sam Thursfield <sam afuera me uk>
Date:   Fri Jan 4 21:06:00 2019 +0100

    functional-tests: Increase timeout to 120 seconds
    
    The 300-miner-basic-ops tests take ~80 seconds to complete on my
    machine.

 tests/functional-tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 8819733d2..a24cfe491 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -88,5 +88,5 @@ foreach t: functional_tests
     args: './' + t + '.py',
     env: test_env,
     workdir: meson.current_source_dir(),
-    timeout: 60)
+    timeout: 120)
 endforeach


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