aboutsummaryrefslogtreecommitdiffstats
path: root/experiment/experiment.py
diff options
context:
space:
mode:
Diffstat (limited to 'experiment/experiment.py')
-rw-r--r--experiment/experiment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiment/experiment.py b/experiment/experiment.py
index e6dc92d..f0c201d 100644
--- a/experiment/experiment.py
+++ b/experiment/experiment.py
@@ -197,7 +197,7 @@ class Experiment(object):
197 self.exec_out and self.exec_out.close() 197 self.exec_out and self.exec_out.close()
198 self.exec_err and self.exec_err.close() 198 self.exec_err and self.exec_err.close()
199 199
200 sleep_time = 5 200 sleep_time = 10
201 self.log("Sleeping %d seconds to allow buffer flushing" % sleep_time) 201 self.log("Sleeping %d seconds to allow buffer flushing" % sleep_time)
202 time.sleep(sleep_time) 202 time.sleep(sleep_time)
203 203