Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Revert change to server-startup-control timeout
Browse files Browse the repository at this point in the history
#757

Co-authored-by: Chris Lewis <[email protected]>
  • Loading branch information
cdlewis authored and fusion-bot[bot] committed Apr 9, 2019
1 parent f6e0bb6 commit e622270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/server-startup-control/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('`fusion dev` proxy gracefully recovers from cached SSR errors', async () =
async function waitForCompileToStart() {
// Once the Fusion.js application renders SSR error pages in the app
// we should leverage module.hot.addStatusHandler.
await new Promise(resolve => setTimeout(resolve, 10000));
await new Promise(resolve => setTimeout(resolve, 3000));
}

const url = app.url();
Expand Down

0 comments on commit e622270

Please sign in to comment.