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
ci: Wait 5 seconds for the test server to start (#5551)
GH actions couldn't send a curl request to the test server. As we launch
the server in the background, GH actions could require some time until
the test server launches. Therefore, we now check for 5 seconds in a
loop if it runs.
FixesGH-5550
0 commit comments