mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
* ci(plugin-server): wait for server to be listening before running tests The export tests seem to be very flaky. Looking through the logs on GitHub Actions it looks like there are some http connection refused errors, so I'm additionally adding a wait for the listening event to be emitted to try to remove some racy behaviour. * add better timeout handling