summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-11-26 15:39:02 +0000
committerStephen D. Huston <shuston@apache.org>2010-11-26 15:39:02 +0000
commit014de0845bed706250a1c1d9e81624618c1be688 (patch)
treea19678e8f66aa6cbc31f254c57daa1f50cc2ac9a /cpp/src
parentaf696b30b6b4502f44c9c12af2f342ea139b7658 (diff)
downloadqpid-python-014de0845bed706250a1c1d9e81624618c1be688.tar.gz
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
Diffstat (limited to 'cpp/src')
-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 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
}