cloudflare / wildebeest

Wildebeest is an ActivityPub and Mastodon-compatible server
Other
2.04k stars 399 forks source link

fix: e2e tests fail due to premature timeouts #375

Closed DataDrivenMD closed 1 year ago

DataDrivenMD commented 1 year ago
dario-piotrowicz commented 1 year ago

For the record, I'm not fan of different behaviors between CI and local, but let's merge for now. to be fair I added the different behaviour a while back because it was getting annoyed waiting unnecessarily long locally to see a test fail 😅

DataDrivenMD commented 1 year ago

For the record, I'm not fan of different behaviors between CI and local, but let's merge for now. to be fair I added the different behaviour a while back because it was getting annoyed waiting unnecessarily long locally to see a test fail 😅

I agree, and thank you for making the exception. It was driving me nuts that code would seem to work locally, and then randomly fail during PR checks. I tried a few iterations that relied on just configuration for all environments, but local e2e testing with a single worker is painful to watch lol