You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://travis-ci.org/rejectedsoftware/vibe.d/jobs/217219176 for а failure example. It seems something is getting slower when compiled with dmd-2.073.2 because if I increase the sleep period from 50 to 500 msec the test succeeds consistently. I'm not sure increasing the sleep period is the correct way to fix this but I'll post a PR with it just in case there is no other fix. BTW release build as well as LDC builds (both debug and release) are working fine.
The text was updated successfully, but these errors were encountered:
I think it would be a good idea to restructure the test slightly, so that it returns as soon as the first task is done. A timer would be used to ensure the test doesn't hang. I'll push a fix.
See https://travis-ci.org/rejectedsoftware/vibe.d/jobs/217219176 for а failure example. It seems something is getting slower when compiled with dmd-2.073.2 because if I increase the sleep period from 50 to 500 msec the test succeeds consistently. I'm not sure increasing the sleep period is the correct way to fix this but I'll post a PR with it just in case there is no other fix. BTW release build as well as LDC builds (both debug and release) are working fine.
The text was updated successfully, but these errors were encountered: