summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2016-06-13 23:28:07 +0100
committerSam Thursfield <sam@afuera.me.uk>2016-06-13 23:29:35 +0100
commit796be0720549506360823a580237b076d844da40 (patch)
tree3f8140775a3b6d7f2e2ef2936223394a4cf28d2d
parente434c3691f6b0c301ea0099e66237130fee4eee3 (diff)
downloadtracker-796be0720549506360823a580237b076d844da40.tar.gz
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.
-rw-r--r--tests/functional-tests/common/utils/helpers.py2
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 a8c42e29a..c846138b6 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 ():