Skip to content

Commit d8ac17e

Browse files
authored
chore: Increased test-functional mocha timeout to reduce test.lib.imports.js intermittency (#2273)
1 parent 6742b05 commit d8ac17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ commands:
119119
# Custom mocha timeout to reduce intermittent failures triggered
120120
# by one of the functional tests (triggered by the before all hook
121121
# of the test.lib.imports.js).
122-
default: 20000
122+
default: 30000
123123
steps:
124124
## NOTE: by setting the configured python to /bin/false we are forcing
125125
## the production mode tests to fail if any of the dependencies is a

0 commit comments

Comments
 (0)