mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
Bump up retry count on repo close
Change-Id: I9c89add98054d15adf8625caa7803d933868d18b
This commit is contained in:
parent
27532cd2f9
commit
c6076a1d39
@ -17,7 +17,7 @@ BASE_URL = 'https://oss.sonatype.org/service/local/'
|
||||
GROUP_ID = 'org.onosproject'
|
||||
ARTIFACT = 'onos-api'
|
||||
VERSION = os.environ['ONOS_VERSION']
|
||||
MAX_TRIES = 3
|
||||
MAX_TRIES = 10
|
||||
|
||||
# Performs an HTTP GET up to MAX_TRIES times
|
||||
def get(url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user