Skip to content

Commit 30d5d50

Browse files
committed
test(rsc): tweak timeout
1 parent 1e5c67c commit 30d5d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: 10000 },
18+
{ timeout: 20000 },
1919
)
2020
.toBeTruthy()
2121
}

0 commit comments

Comments
 (0)