bump test timeouts so that functional tests run in valgrind

This commit is contained in:
Micky Yun Chan
2019-12-18 14:54:25 +08:00
parent 6fef85bfa3
commit 2d23082cbe
9 changed files with 22 additions and 9 deletions

View File

@ -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()