Increase timeouts (builds on drone can be quite busy)
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Hamcha 2019-09-20 15:17:09 +02:00
parent 952e29edf1
commit 117297f1f4
Signed by: hamcha
GPG key ID: 44AD3571EB09A39E

View file

@ -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();
}); });