From 395d3a13a48897a3289ec60b08c6cd9167103cc9 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 26 Nov 2010 15:39:02 +0000 Subject: Increase the broker start timeout to 90 seconds; sometimes the SQL db create takes a minute or more. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1039421 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_store_tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/run_store_tests.ps1 b/cpp/src/tests/run_store_tests.ps1 index d470259ad7..76b46737f0 100644 --- a/cpp/src/tests/run_store_tests.ps1 +++ b/cpp/src/tests/run_store_tests.ps1 @@ -85,7 +85,7 @@ $cmdblock = $executioncontext.invokecommand.NewScriptBlock($cmdline) . $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 } -- cgit v1.2.1