From df5296ff7c1603e23560ee7ed3bdf2c3942f3b12 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 21 May 2021 06:07:45 -0600 Subject: [PATCH] test_l3_longevity.py : polling timer resolution changed to .2 seconds Signed-off-by: Chuck SmileyRekiere --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 37e54664..36fba151 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -500,7 +500,7 @@ class L3VariableTime(Realm): while cur_time < interval_time: cur_time = datetime.datetime.now() - time.sleep(1) + time.sleep(.2) self.epoch_time = int(time.time()) new_rx_values, rx_drop_percent, endps, total_dl_bps, total_ul_bps = self.__get_rx_values()