Author: shuston Date: Fri Nov 26 15:39:02 2010 New Revision: 1039421 URL: http://svn.apache.org/viewvc?rev=1039421&view=rev Log: Increase the broker start timeout to 90 seconds; sometimes the SQL db create takes a minute or more.
Modified: qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 Modified: qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1?rev=1039421&r1=1039420&r2=1039421&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 (original) +++ qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 Fri Nov 26 15:39:02 2010 @@ -85,7 +85,7 @@ $cmdblock = $executioncontext.invokecomm . $srcdir\background.ps1 $cmdblock $wait_time = 0 -while (!(Test-Path qpidd-store.port) -and ($wait_time -lt 20)) { +while (!(Test-Path qpidd-store.port) -and ($wait_time -lt 90)) { Start-Sleep 2 $wait_time += 2 } --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org