Commit a9d6c9ed authored by Terence Lee's avatar Terence Lee

increase retries for CircleCI to 60 to compensate for multiple container orchestration

parent 4b1f2164
......@@ -92,7 +92,7 @@ class AppRunner
@run = false
end
def get(path, capture_io = false, max_retries = 30)
def get(path, capture_io = false, max_retries = 60)
if @run
get_retry(path, max_retries)
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment