Skip to content

Commit 2733814

Browse files
committed
Try a higher timeout waiting for the initial request
1 parent 81a075e commit 2733814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/e2e-utils/router-act.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export function createRouterAct(
241241
const timerId = setTimeout(() => {
242242
error.message = 'Timed out waiting for a request to be initiated.'
243243
reject(error)
244-
}, 500)
244+
}, 1000)
245245
onDidIssueFirstRequest = () => {
246246
clearTimeout(timerId)
247247
resolve()

0 commit comments

Comments
 (0)