Skip to content

Commit a66299f

Browse files
committed
test: tweak timeout
1 parent 30e8dc5 commit a66299f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-rsc/e2e/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function waitForHydration(page: Page, locator: string = 'body') {
1515
el &&
1616
Object.keys(el).some((key) => key.startsWith('__reactFiber')),
1717
),
18-
{ timeout: 3000 },
18+
{ timeout: 10000 },
1919
)
2020
.toBeTruthy()
2121
}

packages/plugin-rsc/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
trace: 'on-first-retry',
77
},
88
expect: {
9-
toPass: { timeout: 5000 },
9+
toPass: { timeout: 10000 },
1010
},
1111
projects: [
1212
{

0 commit comments

Comments
 (0)