Bump timeout of `debuglogs` test

This commit is contained in:
Daniel Gasienica 2018-04-11 15:13:43 -04:00
parent 99dbdc3506
commit 96c07c6373
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ describe('debuglogs', () => {
const { body } = await got.get(url);
assert.equal(nonce, body);
});
}).timeout(3000);
});
});