This commit is contained in:
Overtorment 2020-03-20 17:09:35 +00:00
parent 59838a9433
commit d3de6ea03c

View File

@ -21,7 +21,7 @@ jest.setTimeout(600000); // 10 min
beforeAll(async () => {
await detox.init(config, { launchApp: false });
}, 300000);
}, 600000);
beforeEach(async () => {
await device.uninstallApp();