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
Add time.sleep(0) to allow other process to make progress.
Reproducing the issue is hard, so there is a chance this doesn't
fix it. In that case it is possible to use time.sleep(eps) but it
leads to a suboptimal experience where we need to wait `eps` timeout
for every message passing through the proxy.
Fixes#3135
Test plan
=========
network_drop_package.py should pass
Success. http://nayduck.eastus.cloudapp.azure.com:3000/run/214
A regular run takes 20 seconds, and the timeout is three minutes, so the timeouts are not due to the timeout being too small.
http://52.149.162.182:3000/#/test/7273
http://52.149.162.182:3000/#/test/4873
The text was updated successfully, but these errors were encountered: