Skip to content

Commit eec714a

Browse files
committed
Try a higher timeout waiting for the initial request
1 parent 8dc063e commit eec714a

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
@@ -237,7 +237,7 @@ export function createRouterAct(
237237
const timerId = setTimeout(() => {
238238
error.message = 'Timed out waiting for a request to be initiated.'
239239
reject(error)
240-
}, 500)
240+
}, 1000)
241241
onDidIssueFirstRequest = () => {
242242
clearTimeout(timerId)
243243
resolve()

0 commit comments

Comments
 (0)