From 22b62b1c69791f53109cfb06ee3adf33e7ebd64e Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 9 Feb 2018 16:16:12 +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 ccfa3fb8..9e58441f 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() * 1.1) + time.sleep(KeiSample.get_dwell() * 2.1) def fetch_keithleys(): """