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
wasip2: Improve runtime of sockets-related tests (#653)
Don't unconditionally sleep for a second during tests to wait for a
server to come online. Given that tests also are required to run
serially this causes tests to take quite a long time to run. Instead
bake into tests the ability to do a sort sleep but otherwise try to
connect in a loop.
0 commit comments