Use new sta_connect2 functionality to set bringup_time_secs to custom value

This commit is contained in:
bealler
2020-11-25 14:08:33 -05:00
parent 0f73ec63ad
commit ef7f3142d0

View File

@@ -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()