mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-25 14:06:45 -05:00
increase max test timeout to 40 minutes
This commit is contained in:
parent
b9a0373c87
commit
83958b57cd
@ -147,7 +147,7 @@ const TestConfig = {
|
|||||||
XMR_MAINNET: []
|
XMR_MAINNET: []
|
||||||
},
|
},
|
||||||
tradeInitTimeout: 60000,
|
tradeInitTimeout: 60000,
|
||||||
testTimeout: getBaseCurrencyNetwork() === BaseCurrencyNetwork.XMR_LOCAL ? 1200000 : 3600000, // timeout in ms for each test to complete (20 minutes for private network, 60 minutes for public network)
|
testTimeout: getBaseCurrencyNetwork() === BaseCurrencyNetwork.XMR_LOCAL ? 2400000 : 5400000, // timeout in ms for each test to complete (40 minutes for private network, 90 minutes for public network)
|
||||||
trade: { // default trade context
|
trade: { // default trade context
|
||||||
arbitrator: {} as HavenoClient, // assigned to default arbitrator before all tests. used to set expected arbitrator (cannot select arbitrator)
|
arbitrator: {} as HavenoClient, // assigned to default arbitrator before all tests. used to set expected arbitrator (cannot select arbitrator)
|
||||||
maker: {} as HavenoClient, // assigned to user1 as default before all tests
|
maker: {} as HavenoClient, // assigned to user1 as default before all tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user