Increase timeouts (builds on drone can be quite busy)
This commit is contained in:
parent
952e29edf1
commit
117297f1f4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const testSessionOptions: DraftOptions = {
|
||||||
|
|
||||||
describe("mlpccg/draft", () => {
|
describe("mlpccg/draft", () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
jest.setTimeout(15000);
|
jest.setTimeout(30000);
|
||||||
await initDB();
|
await initDB();
|
||||||
await loadSets();
|
await loadSets();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue