Skip to content

Commit

Permalink
Remove extra timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 5, 2020
1 parent 0aba4c8 commit 99188d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/prerender/pages/blog/[post]/[comment].js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export async function unstable_getStaticPaths() {

// eslint-disable-next-line camelcase
export async function unstable_getStaticProps({ params }) {
await new Promise(resolve => setTimeout(resolve, 500))

return {
props: {
post: params.post,
Expand Down

0 comments on commit 99188d3

Please sign in to comment.