diff options
author | Brian Freeman <bf1936@att.com> | 2018-10-08 08:23:20 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-10-08 08:23:31 -0500 |
commit | 796b9ebfd05abefe67f15bcd1c3caea6a03d1b36 (patch) | |
tree | 56cb02384edcca11e535ec099ca241cd5f83fdc9 /robot/resources/asdc_interface.robot | |
parent | ca148ba726eaaba74737114547eaf530d65f0437 (diff) |
Reduce time for dist and Casablanca VID UI
Issue-ID: INT-681
Change-Id: I5eb7bb4660462532de9118b6c5b82a1f0ba06d63
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/asdc_interface.robot')
-rw-r--r-- | robot/resources/asdc_interface.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index 3e33fded..8a5aa3f5 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -68,7 +68,7 @@ Distribute Model From ASDC # on certify it gets a new id ${catalog_service_id}= Certify ASDC Catalog Service ${catalog_service_id} Approve ASDC Catalog Service ${catalog_service_id} - : FOR ${DIST_INDEX} IN RANGE 2 + : FOR ${DIST_INDEX} IN RANGE 1 \ Log Distribution Attempt ${DIST_INDEX} \ Distribute ASDC Catalog Service ${catalog_service_id} \ ${catalog_service_resp}= Get ASDC Catalog Service ${catalog_service_id} @@ -80,6 +80,7 @@ Distribute Model From ASDC Loop Over Check Catalog Service Distributed [Arguments] ${catalog_service_id} + # SO watchdog timeout is 300 seconds : FOR ${CHECK_INDEX} IN RANGE 15 \ ${status} ${_} = Run Keyword And Ignore Error Check Catalog Service Distributed ${catalog_service_id} \ Sleep 20s |