-
Notifications
You must be signed in to change notification settings - Fork 214
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
Extend timeout #666
Extend timeout #666
Conversation
Ooops - you 12 12.25-dev |
Any plans to release this? These changes seem to help some of the timeout issues I was seeing in #390. |
No objections from me – @grouma ? |
No objections from me :D |
@@ -1,3 +1,7 @@ | |||
## 0.12.24-dev | |||
|
|||
* Extend `deserializeTimeout`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DBC: This could be worded better. Changelog entries should generally be written to be consumed by end-users, who won't have any idea what deserializeTimeout
refers to, especially when it's formatted like a Dart identifier. Something like "Time out more slowly when loading test suites" would be clearer and more user-focused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted. Thanks.
Extending deserialize timeout as it was impacting long running coverage tests within Google3.