Commit 5961d4b6 authored by Terence Lee's avatar Terence Lee

bump max_retries up to 20

parent 5c188bde
......@@ -71,7 +71,7 @@ class AppRunner
end
end
def get(path, capture_io = false, max_retries = 5)
def get(path, capture_io = false, max_retries = 20)
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