Change e2e timeouts

- Relates #401
This commit is contained in:
Janne Valkealahti
2022-05-08 07:53:47 +01:00
parent 3743a7f32d
commit d05d829a6f
3 changed files with 24 additions and 6 deletions

View File

@@ -16,3 +16,5 @@ export const jarDesc = 'jar';
export const jarCommand = 'java';
export const nativeCommand = cliPath;
export const jarOptions = ['-jar', jarPath];
export const waitForExpectDefaultTimeout = 10000;
export const waitForExpectDefaultInterval = 100;