-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
Hi,
I have sometime a ReadTimeoutError with the 120s timeout.
How can i change this value ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
mdmintz
Feb 9, 2025
There's usually a timeout
arg for most methods that you can change.
You can also change the pageLoadStrategy
to "none" to avoid timeouts there. (pls="none"
)
Replies: 1 comment
-
There's usually a timeout
arg for most methods that you can change.
You can also change the pageLoadStrategy
to "none" to avoid timeouts there. (pls="none"
)
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment