Hi guys Did anyone experience issues when running ...
# ask-community
a
Hi guys Did anyone experience issues when running tests that use
prefect_test_harness
in Circle CI? Locally I’m able to run all of the tests, but in Circle CI I’m getting the following error:
Copy code
RuntimeError: Timed out while attempting to connect to ephemeral Prefect API server.
b
Hi Alon, could you try setting the following environment variable to something a little bit higher? The default is 20 seconds I believe. Maybe set it to 30?
PREFECT_SERVER_EPHEMERAL_STARTUP_TIMEOUT_SECONDS
d
I came here to ask the same question We are experiencing some flaky behavior with the exact same error message (Github Action on our own runner) I'll try to set
PREFECT_SERVER_EPHEMERAL_STARTUP_TIMEOUT_SECONDS