Skip to content

Commit

Permalink
Increase push retry limit
Browse files Browse the repository at this point in the history
Signed-off-by: Gong Su <[email protected]>
  • Loading branch information
gongsu832 committed Oct 15, 2024
1 parent 42569d1 commit a3f0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot/jenkins_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
MEMORY_IN_GB = os.sysconf("SC_PAGE_SIZE") * os.sysconf("SC_PHYS_PAGES") / (1024.0**3)
NPROC = str(math.ceil(min(max(2, MEMORY_IN_GB / 8), os.cpu_count())))

RETRY_LIMIT = 5
RETRY_LIMIT = 10
READ_CHUNK_SIZE = 1024 * 1024
BASE_BRANCH = "main"

Expand Down

0 comments on commit a3f0dfa

Please sign in to comment.