aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_dbcrash.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-09-16 13:19:29 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-09-16 13:32:13 -0400
commitfa502cb6f07f9a0c170185b760e3e349c6dac5f8 (patch)
tree532ed5faf96f7a9d20a54844809c92e048d7f2a2 /test/functional/feature_dbcrash.py
parentcd737214ced756898883c8d940d353f0a1c4f4b9 (diff)
downloadbitcoin-fa502cb6f07f9a0c170185b760e3e349c6dac5f8.tar.xz
test: Bump timeouts in slow running tests
Diffstat (limited to 'test/functional/feature_dbcrash.py')
-rwxr-xr-xtest/functional/feature_dbcrash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_dbcrash.py b/test/functional/feature_dbcrash.py
index b86f6af4ca..6bd6bb5b8c 100755
--- a/test/functional/feature_dbcrash.py
+++ b/test/functional/feature_dbcrash.py
@@ -50,7 +50,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4
self.setup_clean_chain = False
- self.rpc_timeout = 180
+ self.rpc_timeout = 480
# Set -maxmempool=0 to turn off mempool memory sharing with dbcache
# Set -rpcservertimeout=900 to reduce socket disconnects in this