Skip to content

Commit

Permalink
Remove timeout for starting delayed build
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jan 17, 2019
1 parent f9d17aa commit 31dfb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runners/run-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ _.extend(AppRunner.prototype, {

const postStartupResult = Promise.race([
listenPromise,
new Promise(resolve => setTimeout(resolve, 3000))
runPromise
]).then(() => {
return runPostStartupCallbacks(bundleResult);
}).await();
Expand Down

0 comments on commit 31dfb0c

Please sign in to comment.