test: increase timeout
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -43,5 +43,5 @@ describe('run', () => {
|
|||||||
});
|
});
|
||||||
})()
|
})()
|
||||||
).resolves.not.toThrow();
|
).resolves.not.toThrow();
|
||||||
}, 100000);
|
}, 500000);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ describe('run', () => {
|
|||||||
});
|
});
|
||||||
})()
|
})()
|
||||||
).resolves.not.toThrow();
|
).resolves.not.toThrow();
|
||||||
}, 100000);
|
}, 500000);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('isAvailable', () => {
|
describe('isAvailable', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user