aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_abortnode.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-01-25 11:20:14 -0500
committerMarcoFalke <falke.marco@gmail.com>2020-01-25 11:20:47 -0500
commitc26b05c2b78f1df45652caf38972d849af9551d0 (patch)
treee8fc0dd242d8ed329761b7f720f84d11691de823 /test/functional/feature_abortnode.py
parent28fbe68fdcac2a06f359b1e48555a3d23015c2b7 (diff)
parent2d23082cbe4641175d752a5969f67cdadf1afcea (diff)
downloadbitcoin-c26b05c2b78f1df45652caf38972d849af9551d0.tar.xz
Merge #17770: test: bump test timeouts so that functional tests run in valgrind
2d23082cbe4641175d752a5969f67cdadf1afcea bump test timeouts so that functional tests run in valgrind (Micky Yun Chan) Pull request description: ci/tests: Bump timeouts so all functional tests run on travis in valgrind #17763 Top commit has no ACKs. Tree-SHA512: 5a8c6e2ea02b715facfcb58c761577be15ae58c45a61654beb98c2c2653361196c2eec521bcae4a9a1bab8e409d6807de771ef4c46d3d05996ae47a22d499d54
Diffstat (limited to 'test/functional/feature_abortnode.py')
-rwxr-xr-xtest/functional/feature_abortnode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_abortnode.py b/test/functional/feature_abortnode.py
index 62c3eca07d..80c3cab5e1 100755
--- a/test/functional/feature_abortnode.py
+++ b/test/functional/feature_abortnode.py
@@ -40,7 +40,7 @@ class AbortNodeTest(BitcoinTestFramework):
# Check that node0 aborted
self.log.info("Waiting for crash")
- wait_until(lambda: self.nodes[0].is_node_stopped(), timeout=60)
+ wait_until(lambda: self.nodes[0].is_node_stopped(), timeout=200)
self.log.info("Node crashed - now verifying restart fails")
self.nodes[0].assert_start_raises_init_error()