Time out problem in Circleci #2201
Unanswered
SDGArmenia
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi Everyone,
We are encountering a timeout issue after updating our site configuration and deploying via CircleCI.
What we changed:
https://github.com/armstat/sdg-site-armenia
We updated the version of the plugin in our Gemfile.yml:
gem "jekyll-open-sdg-plugins", "2.4.0"
Then pushed the changes to GitHub.
What happens in CircleCI:
During the deploy job, we get the following errors:
Deploy to GitHub:
Cloning into 'out'...
Receiving objects: 100% (9469373/9469373), 2.07 GiB | 35.90 MiB/s, done.
Resolving deltas: 54% (2595480/4733413)
context deadline exceeded
Build timed out:
Try out a larger resource class or running tests in parallel to speed up job execution.
Upgrade your pricing plan to take advantage of longer max job runtimes.
context deadline exceeded.
Is this related to resource usage (e.g., RAM/CPU), bandwidth limits, or job time limits?
How can we solve this problem?
Could anyone help us understand what’s causing this timeout?
Thanks in advance
All reactions