question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Global timeout settings.

See original GitHub issue

The default timeout for most things is 30000ms and each option has the option to set a custom timeout. Is there a way to change the global timeout to something much longer? I don’t want to have to change all of my waitFor all over the code base?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
aslushnikovcommented, Dec 11, 2017

Is there a way to change the global timeout to something much longer?

Not yet.

This has been requested a few times already. We should probably add something like page.setDefaultNavigationTimeout setting.

3reactions
lilotopcommented, Oct 29, 2020

Now you can use the page.setDefaultTimeout(timeout) to control all wait methods.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the global default timeout - python - Stack Overflow
If no timeout is supplied, the global default timeout setting returned by :func: ... A value of None indicates that new socket objects...
Read more >
global-timeout
# Configure a global policy for handling input timeouts as follows: The timeout time is 20 seconds. The media file with ID 100001...
Read more >
Add global timeout configuration · Issue #15191 - GitHub
As noticed in #15056 we have lots of config timeout options for lots of different extensions. It would be nice to support a...
Read more >
Idle session timeout for Microsoft 365 - Microsoft 365 admin
In the Microsoft 365 admin center, select Org Settings -> Security & privacy tab and select Idle session timeout. On the Idle Session...
Read more >
Global Settings for Client and Console Sessions - VMware Docs
General global settings determine session timeout lengths, SSO enablement and timeout limits, status updates in Horizon Console, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found