Increased timeout for bnc => eth transfers

This commit is contained in:
Kirill Fedoseev 2019-10-30 16:59:54 +03:00
parent cd4928b506
commit 796a0db2d2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module.exports = usersFunc => {
})
it('should make coorect exchange transactions on eth side', async function () {
this.timeout(180000)
for (let i = 0; i < 3; i++) {
do {
const user = users[i]