Skip to content

Commit

Permalink
Increase Next Bootstrap timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Oct 27, 2023
1 parent 96c3530 commit 83bd70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tests/frameworks/next-app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("Next App Router", () => {
}
});
});
}, 10000);
}, 20000);

afterAll(async () => {
server.kill();
Expand Down

0 comments on commit 83bd70e

Please sign in to comment.