aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorTrung N Tran <trung.tran@ettus.com>2017-06-01 15:28:19 -0700
committerMartin Braun <martin.braun@ettus.com>2017-06-02 16:18:17 -0700
commit9ec36e9538b4be2c6e6e77aa551bd236ef753a10 (patch)
treeefdd36f03d3e48ce5a51cfe760f73f5fc6a7fa0d /host
parent4152b42fbc9f30c981131106c49cd6a25701be97 (diff)
downloaduhd-9ec36e9538b4be2c6e6e77aa551bd236ef753a10.tar.gz
uhd-9ec36e9538b4be2c6e6e77aa551bd236ef753a10.tar.bz2
uhd-9ec36e9538b4be2c6e6e77aa551bd236ef753a10.zip
RTS: DevTest failure work around by increasing time between test
Diffstat (limited to 'host')
-rwxr-xr-xhost/tests/devtest/uhd_test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/uhd_test_base.py b/host/tests/devtest/uhd_test_base.py
index 3bf2792c4..f596da89a 100755
--- a/host/tests/devtest/uhd_test_base.py
+++ b/host/tests/devtest/uhd_test_base.py
@@ -92,7 +92,7 @@ class uhd_test_case(unittest.TestCase):
self.tear_down()
if self.results_file:
open(self.results_file, 'w').write(yaml.dump(self.results, default_flow_style=False))
-
+ time.sleep(15)
def report_result(self, testname, key, value):
""" Store a result as a key/value pair.
After completion, all results for one test are written to the results file.