summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-11-19 14:26:01 +0000
committerStephen D. Huston <shuston@apache.org>2010-11-19 14:26:01 +0000
commitcb3a3e3f8e1ef0e5e444e9744d8a8d0a64081183 (patch)
tree3df3034b3e90cc718c4873eb0a623d61be2fbe29 /cpp/src/tests
parentb54eae65db8b6c1e59b04dff606f734bc2eaa9ab (diff)
downloadqpid-python-cb3a3e3f8e1ef0e5e444e9744d8a8d0a64081183.tar.gz
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
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/run_store_tests.ps12
1 files changed, 1 insertions, 1 deletions
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
}