Bump timeout of `debuglogs` test

pull/1/head
Daniel Gasienica 7 years ago
parent 99dbdc3506
commit 96c07c6373

@ -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…
Cancel
Save