We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df822 commit f4458f3Copy full SHA for f4458f3
src/cli/CLI.ts
@@ -68,6 +68,7 @@ export class CLI {
68
69
const cmd = spawn(args[0], args.slice(1), {
70
cwd,
71
+ shell: true,
72
env: {
73
...process.env,
74
...getEnvConfig(),
wdio.conf.ts
@@ -29,7 +29,7 @@ export const config: Options.Testrunner = {
29
],
30
services: ['vscode'],
31
logLevel: 'warn',
32
- waitforTimeout: 40000,
+ waitforTimeout: 20000,
33
// If you only want to run your tests until a specific amount of tests have failed use
34
// bail (default is 0 - don't bail, run all tests).
35
bail: 0,
0 commit comments