diff options
Diffstat (limited to 'client/e2e/wdio.main.conf.ts')
-rw-r--r-- | client/e2e/wdio.main.conf.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/e2e/wdio.main.conf.ts b/client/e2e/wdio.main.conf.ts index 29afdbdc0..0a10ee9ca 100644 --- a/client/e2e/wdio.main.conf.ts +++ b/client/e2e/wdio.main.conf.ts | |||
@@ -98,7 +98,8 @@ export const config = { | |||
98 | // See the full list at http://mochajs.org/ | 98 | // See the full list at http://mochajs.org/ |
99 | mochaOpts: { | 99 | mochaOpts: { |
100 | ui: 'bdd', | 100 | ui: 'bdd', |
101 | timeout: 60000 | 101 | timeout: 60000, |
102 | bail: true | ||
102 | }, | 103 | }, |
103 | 104 | ||
104 | autoCompileOpts: { | 105 | autoCompileOpts: { |