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);
|
||||
assert.equal(nonce, body);
|
||||
});
|
||||
}).timeout(3000);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue