From 75505c10f34d92ceb96bdb6906a0c15cb238a6e1 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 9 Feb 2018 16:10:51 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 9903c576..ccfa3fb8 100644 --- a/script/local.py +++ b/script/local.py @@ -119,7 +119,7 @@ def wait_keithleys(): wait for one dwell time so that the keithleys can finish their measurement. if we polled them too early, they would produce an error message. """ - time.sleep(KeiSample.get_dwell()) + time.sleep(KeiSample.get_dwell() * 1.1) def fetch_keithleys(): """