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(): """