We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5c67c commit 30d5d50Copy full SHA for 30d5d50
packages/plugin-rsc/e2e/helper.ts
@@ -15,7 +15,7 @@ export async function waitForHydration(page: Page, locator: string = 'body') {
15
el &&
16
Object.keys(el).some((key) => key.startsWith('__reactFiber')),
17
),
18
- { timeout: 10000 },
+ { timeout: 20000 },
19
)
20
.toBeTruthy()
21
}
0 commit comments