wait for time has reduced from 120 sec to 60 sec

Signed-off-by: Amrit Raj <amrit.raj@candelatech.com>
This commit is contained in:
Amrit Raj
2022-03-11 16:16:28 +05:30
parent dcce0e90c7
commit c738ff2001
2 changed files with 3 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class TTLSTest(Realm):
self.hs20_enable = hs20_enable
self.enable_pkc = enable_pkc
self.timeout = 120
self.timeout = 60
self.number_template = number_template
self.debug = _debug_on
self.station_profile = self.new_station_profile()