File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,15 @@ E2E_URL="http://localhost:3001" \
151
151
CI=true NODE_PATH=src \
152
152
NODE_ENV=development \
153
153
BABEL_ENV=test \
154
- node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
154
+ node_modules/.bin/mocha --timeout 30000 -- compilers js:@babel/register --require @babel/polyfill integration/* .test.js
155
155
# Test "production" environment
156
156
E2E_FILE=./build/index.html \
157
157
CI=true \
158
158
NODE_PATH=src \
159
159
NODE_ENV=production \
160
160
BABEL_ENV=test \
161
161
PUBLIC_URL=http://www.example.org/spa/ \
162
- node_modules/.bin/mocha --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
# Cleanup
165
165
cleanup
You can’t perform that action at this time.
0 commit comments