Skip to content

Commit 77f60ed

Browse files
committed
Revert "Bump timeout"
This reverts commit 84632115d178b48e08eb75dc5e9a921ece6aa759.
1 parent 25174f8 commit 77f60ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tasks/e2e-kitchensink-eject.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ E2E_URL="http://localhost:3002" \
159159
CI=true NODE_PATH=src \
160160
NODE_ENV=development \
161161
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
163163

164164
# Test "production" environment
165165
E2E_FILE=./build/index.html \
@@ -168,7 +168,7 @@ E2E_FILE=./build/index.html \
168168
BABEL_ENV=test \
169169
NODE_PATH=src \
170170
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
172172

173173
# Cleanup
174174
cleanup

tasks/e2e-kitchensink.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ E2E_URL="http://localhost:3001" \
155155
CI=true NODE_PATH=src \
156156
NODE_ENV=development \
157157
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
159159
# Test "production" environment
160160
E2E_FILE=./build/index.html \
161161
CI=true \
162162
NODE_PATH=src \
163163
NODE_ENV=production \
164164
BABEL_ENV=test \
165165
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
167167

168168
# Remove the config we just created for Mocha
169169
# TODO: this is very hacky and we should find some other solution

0 commit comments

Comments
 (0)