Author: shuston
Date: Wed Nov  2 16:20:41 2011
New Revision: 1196667

URL: http://svn.apache.org/viewvc?rev=1196667&view=rev
Log:
Give the broker more time to start; has been timing out lately. NO-JIRA.

Modified:
    qpid/trunk/qpid/cpp/src/tests/run_acl_tests.ps1
    qpid/trunk/qpid/cpp/src/tests/start_broker.ps1

Modified: qpid/trunk/qpid/cpp/src/tests/run_acl_tests.ps1
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_acl_tests.ps1?rev=1196667&r1=1196666&r2=1196667&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/run_acl_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/run_acl_tests.ps1 Wed Nov  2 16:20:41 2011
@@ -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
   }

Modified: qpid/trunk/qpid/cpp/src/tests/start_broker.ps1
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/start_broker.ps1?rev=1196667&r1=1196666&r2=1196667&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/start_broker.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/start_broker.ps1 Wed Nov  2 16:20:41 2011
@@ -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
 }



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to