Bump timeout of debuglogs
test
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user