Skip to content

Commit

Permalink
run some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Sep 25, 2023
1 parent 88a8069 commit 51099e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { devices } from "@playwright/test";

const config: PlaywrightTestConfig = {
testDir: ".",
testMatch: ["**/*.test.ts"],
testMatch: ["**/rsc.test.ts"],
fullyParallel: true,
timeout: process.env.CI ? 120_000 : 30_000, // 2 minutes in CI, 30 seconds locally
expect: {
Expand Down

0 comments on commit 51099e6

Please sign in to comment.