From 59fd16e5ff430aa23f8c7138dd446802b8bb482c Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Mon, 5 Aug 2013 15:40:21 +0200 Subject: [PATCH] testnode: ScalabilityTestRunner: Fix typo --- erp5/util/testnode/ScalabilityTestRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index caede3ab9a..46444472c1 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -209,7 +209,7 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),)) and (max_time > (time.time()-start_time))): time.sleep(15) if (time.time()-start_time) > max_time: - raise ValueError("Instance '%s' not '%s' after %s seconds" %(instance_title, state, str(time.time()-start_time)) + raise ValueError("Instance '%s' not '%s' after %s seconds" %(instance_title, state, str(time.time()-start_time))) self.log("Instance correctly '%s' after %s seconds." %(state, str(time.time()-start_time))) def _waitInstanceCreation(self, instance_title, max_time=MAX_CREATION_INSTANCE_TIME): -- 2.30.9