From cb3a3e3f8e1ef0e5e444e9744d8a8d0a64081183 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 19 Nov 2010 14:26:01 +0000 Subject: Bump the store-startup timeout from 10 to 20 seconds; creating a SQL db often causes a timeout failure running a few seconds long. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036871 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 ac906c04d4..d470259ad7 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 10)) { +while (!(Test-Path qpidd-store.port) -and ($wait_time -lt 20)) { Start-Sleep 2 $wait_time += 2 } -- cgit v1.2.1