Increase timeout for z_sendmany transaction in wallet.py qa test

This commit is contained in:
Simon 2017-01-18 16:54:39 -08:00
parent af02114469
commit 774489569a
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class WalletTest (BitcoinTestFramework):
opids = []
opids.append(myopid)
timeout = 120
timeout = 300
status = None
for x in xrange(1, timeout):
results = self.nodes[2].z_getoperationresult(opids)