diff options
| author | Micky Yun Chan <[email protected]> | 2019-12-18 14:54:25 +0800 |
|---|---|---|
| committer | Micky Yun Chan <[email protected]> | 2020-01-25 15:51:35 +0800 |
| commit | 2d23082cbe4641175d752a5969f67cdadf1afcea (patch) | |
| tree | 99c97bfda49497de34cbda28efd44cd1ae606170 /test/functional/feature_abortnode.py | |
| parent | Merge #17764: doc: Add formatting to the good first issue template (diff) | |
| download | discoin-2d23082cbe4641175d752a5969f67cdadf1afcea.tar.xz discoin-2d23082cbe4641175d752a5969f67cdadf1afcea.zip | |
bump test timeouts so that functional tests run in valgrind
Diffstat (limited to 'test/functional/feature_abortnode.py')
| -rwxr-xr-x | test/functional/feature_abortnode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_abortnode.py b/test/functional/feature_abortnode.py index 62c3eca07..80c3cab5e 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() |