From 85fbdb355e6b7a57323ee026be76087485278c8d Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 2 Nov 2011 16:20:41 +0000 Subject: Give the broker more time to start; has been timing out lately. NO-JIRA. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196667 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/run_acl_tests.ps1 | 2 +- qpid/cpp/src/tests/start_broker.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid/cpp/src/tests/run_acl_tests.ps1 b/qpid/cpp/src/tests/run_acl_tests.ps1 index a1848779c7..46e070477f 100644 --- a/qpid/cpp/src/tests/run_acl_tests.ps1 +++ b/qpid/cpp/src/tests/run_acl_tests.ps1 @@ -50,7 +50,7 @@ Function start_broker($acl_options) . $srcdir\background.ps1 $cmdblock # Wait for the broker to start $wait_time = 0 - while (!(Test-Path qpidd.port) -and ($wait_time -lt 10)) { + while (!(Test-Path qpidd.port) -and ($wait_time -lt 30)) { Start-Sleep 2 $wait_time += 2 } diff --git a/qpid/cpp/src/tests/start_broker.ps1 b/qpid/cpp/src/tests/start_broker.ps1 index 9263262b9f..6f4a140efd 100644 --- a/qpid/cpp/src/tests/start_broker.ps1 +++ b/qpid/cpp/src/tests/start_broker.ps1 @@ -49,7 +49,7 @@ $srcdir = Get-ScriptPath . $srcdir\background.ps1 $cmdblock $wait_time = 0 -while (!(Test-Path qpidd.port) -and ($wait_time -lt 10)) { +while (!(Test-Path qpidd.port) -and ($wait_time -lt 30)) { Start-Sleep 2 $wait_time += 2 } -- cgit v1.2.1