From ef7f3142d0f8a22a1ec2ffff91ce2d75807edbbd Mon Sep 17 00:00:00 2001 From: bealler Date: Wed, 25 Nov 2020 14:08:33 -0500 Subject: [PATCH] Use new sta_connect2 functionality to set bringup_time_secs to custom value --- py-scripts/tip-cicd-sanity/Nightly_Sanity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/tip-cicd-sanity/Nightly_Sanity.py b/py-scripts/tip-cicd-sanity/Nightly_Sanity.py index 03455332..a74c3c14 100755 --- a/py-scripts/tip-cicd-sanity/Nightly_Sanity.py +++ b/py-scripts/tip-cicd-sanity/Nightly_Sanity.py @@ -140,6 +140,7 @@ class RunTest: staConnect.station_names = station staConnect.sta_prefix = 'test' staConnect.runtime_secs = 10 + staConnect.bringup_time_sec = 60 staConnect.cleanup_on_exit = True # staConnect.cleanup() staConnect.setup()