mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Increase testdroid timeout limit
This commit is contained in:
parent
346215383e
commit
49727a2dcb
@ -16,7 +16,7 @@ runID = os.environ['TRAVIS_BUILD_NUMBER']
|
||||
apiKey = os.environ['BITBAR_API_KEY']
|
||||
testName = "Auto Test {}".format(runID)
|
||||
|
||||
for x in range(0, 50):
|
||||
for x in range(0, 200):
|
||||
r = requests.get('https://cloud.testdroid.com/api/me/projects/{}/runs'.format(PROJECT_ID), auth=(apiKey, ''), headers={"Accept" : "application/json"})
|
||||
result = list(filter(lambda run: run.get("displayName") == testName, r.json().get("data")))
|
||||
if len(result) > 0 and result[0].get("state") == "FINISHED":
|
||||
|
Loading…
x
Reference in New Issue
Block a user