From 28c2d4015aa90454683473c23d11ae7fad9cc27b Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Tue, 13 Jun 2017 09:51:31 +0200 Subject: IRATI switched wait and log --- rumba/prototypes/irati.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/prototypes/irati.py') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 2ae4723..42afe3b 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -170,8 +170,8 @@ class Experiment(mod.Experiment): def enroll_nodes(self): """Runs the enrollments one by one, respecting dependencies""" - time.sleep(5) logger.info("Waiting 5 seconds for the ipcm to start.") + time.sleep(5) for enrollment_list in self.enrollments: for e in enrollment_list: logger.info( -- cgit v1.2.3