summaryrefslogtreecommitdiff
path: root/cpp/src/tests
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
commit395d3a13a48897a3289ec60b08c6cd9167103cc9 (patch)
treea19678e8f66aa6cbc31f254c57daa1f50cc2ac9a /cpp/src/tests
parent59a0a705381b6c9971c0667693177619317ed42a (diff)
downloadqpid-python-395d3a13a48897a3289ec60b08c6cd9167103cc9.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/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 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
}