-
Notifications
You must be signed in to change notification settings - Fork 780
ci: Reduce hangdump timeout #19848
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
base: master
Are you sure you want to change the base?
ci: Reduce hangdump timeout #19848
Conversation
🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-19848/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-19848/index.html |
|
@Youssef1313 thanks for trying it out. Indeed its dumping at the timeout, but it's continuing anyways: |
Few notes:
|
I'd tend to think space is not an issue here, since at the end of a build we're capturing device logs with are very large. Still, we could |
@jeromelaban I'll try to root it down. It may take a bit of time though |
45 minutes looks unnecessarily too high. I wouldn't expect a test to take more than 10 minutes.
Using a lower timeout ensures that there is enough time for producing the dump, before everything is killed by Azure if the job itself times out.
Also, this ensures that the job finishes early and not waste CI machine time when it's likely to never progress further.
Also uses
.dmp
extension for dump file, as.dmp
is openable by VS.