Change e2e timeouts

- Relates #401
This commit is contained in:
Janne Valkealahti
2022-05-08 08:13:54 +01:00
parent d05d829a6f
commit 6d39c2b059
3 changed files with 53 additions and 34 deletions

View File

@@ -18,3 +18,4 @@ export const nativeCommand = cliPath;
export const jarOptions = ['-jar', jarPath];
export const waitForExpectDefaultTimeout = 10000;
export const waitForExpectDefaultInterval = 100;
export const testTimeout = 20000;