Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AriFreyr committed Jan 11, 2021
1 parent 508cf2b commit 91192e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/prerender/test/index.test.js
Expand Up @@ -58,7 +58,7 @@ const startServer = async (optEnv = {}) => {
const expectedManifestRoutes = () => ({
'/': {
dataRoute: `/_next/data/${buildId}/index.json`,
initialRevalidateSeconds: 1,
initialRevalidateSeconds: 2,
srcRoute: null,
},
'/blog/[post3]': {
Expand Down

0 comments on commit 91192e5

Please sign in to comment.