sergot / http-useragent

Web user agent class for Perl 6.
MIT License
36 stars 39 forks source link

Test servers don't always start up in time #216

Open jonathanstowe opened 5 years ago

jonathanstowe commented 5 years ago

It seems that the tests that use some test server intermittently fail because the test server hasn't completely started by the time it is needed.

This is specifically the /230-binary-request.t and t/250-issue-144.t

I guess that utterly slack thing to do would be to put a sleep in but there may be a better idea. The latter test is somewhat complicated by what the server does which means it can't be checked prior to being used.