From ab98981569337c9550fa97bb02aa084c71985041 Mon Sep 17 00:00:00 2001 From: Michael Dryden Date: Wed, 7 May 2014 12:35:42 -0400 Subject: [PATCH] Increased serial timeout. --- dstatInterface/dstat_comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dstatInterface/dstat_comm.py b/dstatInterface/dstat_comm.py index e1d45de..4dae804 100644 --- a/dstatInterface/dstat_comm.py +++ b/dstatInterface/dstat_comm.py @@ -66,7 +66,7 @@ class Experiment: self.plot.changetype(self) def run(self, strPort): - self.ser = delayedSerial(strPort, 1024000, timeout=3) + self.ser = delayedSerial(strPort, 1024000, timeout=5) self.ser.write("ck") self.ser.flushInput() -- GitLab