From 6f6df26ae6ddd3100f6b1237504abaad8e327fe4 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 17 Aug 2016 14:10:11 +0300 Subject: [PATCH] Remove unnecessary sleep time randomization Seems like the randomization is not thread safe and from time to time causes all server tests to fail with "integration_tests.xml:251: Only 1 operation can be specified" Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5 --- uitest/integration_tests.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 73261ccc51..32ec747598 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -248,16 +248,8 @@ - - - - - - - - - Delaying startup of ${target-server} with ${sleepTime} seconds - + Delaying startup of ${target-server} with ${startDelay} seconds + -- 2.39.5