[tracker] functional-tests: Increase resource wait timeout to 30 seconds



commit 796be0720549506360823a580237b076d844da40
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Jun 13 23:28:07 2016 +0100

    functional-tests: Increase resource wait timeout to 30 seconds
    
    Tests in the 300-miner-basic-ops function tests were failing for me,
    which turned out to be just because the extractor was slower than the
    timeout in certain cases. It would be good to work out why it's slow,
    but let's start by fixing the random test failures.

 tests/functional-tests/common/utils/helpers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py
index a8c42e2..c846138 100644
--- a/tests/functional-tests/common/utils/helpers.py
+++ b/tests/functional-tests/common/utils/helpers.py
@@ -32,7 +32,7 @@ import options
 class NoMetadataException (Exception):
     pass
 
-REASONABLE_TIMEOUT = 5
+REASONABLE_TIMEOUT = 30
 
 def log (message):
     if options.is_verbose ():


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