-
Hello, I have a react app I'm deploying via Github Actions. During the build step, Oryx times out after 15 minutes. Is there a way to increase the timeout? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
miwebst
Aug 10, 2021
Replies: 1 comment
-
Hey @wesoos, this can either be indicative of a timeout or an Oryx issue. Here is an example of how to bump the timeout: #113 If your app does not usually take more than 15 minutes it could be an Oryx issue and bumping the timeout won't help. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simonaco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @wesoos, this can either be indicative of a timeout or an Oryx issue. Here is an example of how to bump the timeout: #113
If your app does not usually take more than 15 minutes it could be an Oryx issue and bumping the timeout won't help.