File tree 3 files changed +7
-3
lines changed 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ forbid-pending: true
7
7
recursive : true
8
8
reporter : dot
9
9
require : ' ts-node/register'
10
- timeout : 5000
10
+ timeout : 3000
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ import { loadConfiguration } from './load_configuration'
5
5
import { expect } from 'chai'
6
6
import { setupEnvironment , teardownEnvironment } from './test_helpers'
7
7
8
- describe ( 'loadSupport' , ( ) => {
8
+ describe ( 'loadSupport' , function ( ) {
9
+ this . timeout ( 10_000 )
10
+
9
11
let environment : IRunEnvironment
10
12
beforeEach ( async ( ) => {
11
13
environment = await setupEnvironment ( )
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ import { loadSupport } from './load_support'
6
6
import { loadConfiguration } from './load_configuration'
7
7
import { setupEnvironment , teardownEnvironment } from './test_helpers'
8
8
9
- describe ( 'runCucumber' , ( ) => {
9
+ describe ( 'runCucumber' , function ( ) {
10
+ this . timeout ( 10_000 )
11
+
10
12
describe ( 'preloading support code' , ( ) => {
11
13
let environment : IRunEnvironment
12
14
beforeEach ( async ( ) => {
You can’t perform that action at this time.
0 commit comments