Fixed test_duration

This commit is contained in:
Logan Lipke
2021-02-05 16:21:17 -08:00
parent 9a3e66dfa7
commit 1042680378

View File

@@ -142,7 +142,7 @@ class GenTest(LFCliBase):
expected_passes = 0 expected_passes = 0
self.generic_endps_profile.start_cx() self.generic_endps_profile.start_cx()
time.sleep(15) time.sleep(15)
end_time = self.local_realm.parse_time("30s") + cur_time end_time = self.local_realm.parse_time(self.test_duration) + cur_time
print("Starting Test...") print("Starting Test...")
result = False result = False
while cur_time < end_time: while cur_time < end_time: