-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Delay in runtests-browser
#23877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am seeing that too locally after @rbuckton’s vfs change |
I can take a look first thing tomorrow. I think it has something to do with caching. |
I had exception breakpoints turned on and it also looks like we throw a lot of exceptions in vfs.ts on startup -- not sure if that's the cause though. |
I have had trouble with lot of exceptions being thrown. Everytime i make some change, i need to go ahead and disable the breakpoints at those exception sites. |
Uh oh!
There was an error while loading. Please reload this page.
As of #20763, it's taking a lot longer to bring up
runtests-browser
. I've tested this in two parallel checkouts, one in #23875 and one in the commit prior to #20763 (24e58c3).First I ran
gulp runtests-browser
in both to ensure everything was built. Then runninggulp runtests-browser --test findAllRefs
in both:There is also a delay when refreshing the window -- so If I missed something and have to restart, I have to wait 30 seconds to begin debugging again.
The text was updated successfully, but these errors were encountered: