diff --git a/test.js b/test.js index 7751760..553af3e 100644 --- a/test.js +++ b/test.js @@ -96,6 +96,7 @@ describe('witch-clock', function () { }) it('should use a remote source ok', async function () { + this.timeout(5000) const datetime = new Date() const witchy = await nistify(datetime, 0, 0) await testwitchy(datetime, witchy)