increase wallet server payment test timeout
This commit is contained in:
parent
0422d2a021
commit
151805121c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class TestUsagePayment(CommandTestCase):
|
|||
self.assertEqual(features["payment_address"], address)
|
||||
self.assertEqual(features["daily_fee"], "1.1")
|
||||
with self.assertRaises(ServerPaymentFeeAboveMaxAllowedError):
|
||||
await asyncio.wait_for(wallet_pay_service.on_payment.first, timeout=3)
|
||||
await asyncio.wait_for(wallet_pay_service.on_payment.first, timeout=8)
|
||||
|
||||
await node.stop(False)
|
||||
await node.start(self.blockchain, extraconf={"PAYMENT_ADDRESS": address, "DAILY_FEE": "1.0"})
|
||||
|
|
Loading…
Add table
Reference in a new issue