Increased bnc => eth timeout
This commit is contained in:
parent
31ccce5020
commit
cad2d3b16c
|
@ -17,6 +17,7 @@ module.exports = (getUsers) => {
|
|||
})
|
||||
|
||||
it('should make correct exchange transactions on eth side', async function () {
|
||||
this.timeout(120000)
|
||||
for (let i = 0; i < 3; i += 1) {
|
||||
const user = users[i]
|
||||
await waitPromise(
|
||||
|
|
Loading…
Reference in New Issue