Is your feature request related to a problem? Please describe.
Sometimes depending on the page being checked, the CI login takes over 10 seconds and chrome-devtools throws a 10000 ms exceeded error
Describe the solution you'd like
Some way to configure the timeout to be longer
Describe alternatives you've considered
Would have to pre-load all pages before running
Additional context
The problem is it's asp.net dynamic compilation, so hitting a new page triggers each widget (controller) on that page to compile before the page returns results (if it's not already preloaded)
● I'll navigate to the /test-page using the CI login and check for console
errors.
● chrome-devtools - navigate_page (MCP)(url: "https://dev.mysite.com/sso/cilogin?returnurl=/test-page")
⎿ Error: Navigation timeout of 10000 ms exceeded
Is your feature request related to a problem? Please describe.
Sometimes depending on the page being checked, the CI login takes over 10 seconds and chrome-devtools throws a 10000 ms exceeded error
Describe the solution you'd like
Some way to configure the timeout to be longer
Describe alternatives you've considered
Would have to pre-load all pages before running
Additional context
The problem is it's asp.net dynamic compilation, so hitting a new page triggers each widget (controller) on that page to compile before the page returns results (if it's not already preloaded)
● I'll navigate to the /test-page using the CI login and check for console
errors.
● chrome-devtools - navigate_page (MCP)(url: "https://dev.mysite.com/sso/cilogin?returnurl=/test-page")
⎿ Error: Navigation timeout of 10000 ms exceeded