mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
The tunnel service creates the Firezone ID upon start-up. With recent changes to the GUI client, we now require reading the ID file when starting the GUI client. This exposes a race condition in our smoke-tests where we start them both at roughly the same time. To fix this, we sleep for 500ms after starting the tunnel process.