-
Notifications
You must be signed in to change notification settings - Fork 6
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
scenery-phet demo encounters an infinite loop when loading #809
Comments
cont.
|
This doesn't appear to be a problem with any code in scenery-phet, but a CT problem:
... so assigning to @zepumph. |
All issues coming from the scenery-phet demo are because it encounters an infinite loop when loading, I noted this privately to @jonathanolson last week because I believe it has something to do with layout work. (perhaps #778). Over to @jonathanolson for comment and fixing. |
This is no longer failing on CT. But it's still in @jonathanolson's court to comment/address. |
In general, this error is the default timeout for browser testing, so it occurs when the sparky server is too maxed out to load the test (after 3 retries it keeps timing out). It also can occur when a a test type is messed up, and fails before it can be caught by the system. I have been trying to clean up both sides of these, changing the number of client browsers on sparky, and also fixing one known reporting issue with the migration testing. I'm not sure why it isn't happening anymore. But I'm glad to hear it! |
Can't reproduce, closing! |
The text was updated successfully, but these errors were encountered: