From bdd9fa8b2c08c833d398247c4e8fa9806e759c13 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 26 Sep 2019 16:53:29 +0200 Subject: Use individuel MIMOSA log files per repetition; documentation --- lib/runner.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/runner.py') diff --git a/lib/runner.py b/lib/runner.py index 588bd4d..25e3519 100644 --- a/lib/runner.py +++ b/lib/runner.py @@ -167,6 +167,8 @@ class MIMOSAMonitor(SerialMonitor): self._mimosactl('connect') def _stop_mimosa(self): + # Make sure the MIMOSA daemon has gathered all needed data + time.sleep(2) self._mimosacmd(['--mimosa-stop']) mtime_changed = True mim_file = None -- cgit v1.2.3