First run times out locally, but not in CI #1078
sernaferna
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing test timeouts on my local machine, but only on the first run after a clean setup. The cause seems to be the time it takes to pull the required images, as subsequent runs pass once everything is cached.
The strange part is that our GitHub Actions pipeline never has this issue. The tests always pass there.
This leads to two questions:
For what it's worth, I've seen this behavior on both Windows 10 and Ubuntu locally.
Beta Was this translation helpful? Give feedback.
All reactions