File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ E2E_URL="http://localhost:3002" \
159
159
CI=true NODE_PATH=src \
160
160
NODE_ENV=development \
161
161
BABEL_ENV=test \
162
- node_modules/.bin/mocha --timeout 60000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
162
+ node_modules/.bin/mocha --timeout 30000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
163
163
164
164
# Test "production" environment
165
165
E2E_FILE=./build/index.html \
@@ -168,7 +168,7 @@ E2E_FILE=./build/index.html \
168
168
BABEL_ENV=test \
169
169
NODE_PATH=src \
170
170
PUBLIC_URL=http://www.example.org/spa/ \
171
- node_modules/.bin/mocha --timeout 60000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
171
+ node_modules/.bin/mocha --timeout 30000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
172
172
173
173
# Cleanup
174
174
cleanup
Original file line number Diff line number Diff line change @@ -155,15 +155,15 @@ E2E_URL="http://localhost:3001" \
155
155
CI=true NODE_PATH=src \
156
156
NODE_ENV=development \
157
157
BABEL_ENV=test \
158
- node_modules/.bin/mocha --timeout 60000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
158
+ node_modules/.bin/mocha --timeout 30000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
159
159
# Test "production" environment
160
160
E2E_FILE=./build/index.html \
161
161
CI=true \
162
162
NODE_PATH=src \
163
163
NODE_ENV=production \
164
164
BABEL_ENV=test \
165
165
PUBLIC_URL=http://www.example.org/spa/ \
166
- node_modules/.bin/mocha --timeout 60000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
166
+ node_modules/.bin/mocha --timeout 30000 --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
167
167
168
168
# Remove the config we just created for Mocha
169
169
# TODO: this is very hacky and we should find some other solution
You can’t perform that action at this time.
0 commit comments