mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
* ci(plugin-server): timeout waiting for server to stop after 30 seconds Sometimes the plugin server doesn't manage to stop. We should fix that as there is obviously a bug there, but I'll do that separately. As a failsafe I added a 30s timeout. * wait for 30s * add plugin server logs if we don't shut down in time * remove set -x * always show logs * wip