Slow test suite in Github Actions (long setup) #6223
Unanswered
nlarusstone
asked this question in
Q&A
Replies: 1 comment
-
I also have a similar problem. On github actions:
And locally on my laptop:
The weird thing is that for all sub timings, github is actually faster! But the total duration is still much larger than locally. P.S. running the same test suite on google cloudbuild works well. I only see this problem when using github actions
@nlarusstone Did you find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm seeing really slow test runs on Github Actions. My test suite (~80 files, 500 tests) takes about 1.5min locally on my laptop, but over 12min on Github Actions:
I've tried threads, forks, vmThreads, and vmForks and nothing seems to make a significant difference.
I've noticed that the setup is strangely long, but I haven't been able to figure out where or why that is so slow.
Any advice on how I can profile this/speed it up?
Beta Was this translation helpful? Give feedback.
All reactions