Bump timeout of debuglogs
test
This commit is contained in:
parent
99dbdc3506
commit
96c07c6373
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ describe('debuglogs', () => {
|
||||||
|
|
||||||
const { body } = await got.get(url);
|
const { body } = await got.get(url);
|
||||||
assert.equal(nonce, body);
|
assert.equal(nonce, body);
|
||||||
});
|
}).timeout(3000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue