summaryrefslogtreecommitdiff
path: root/qpid
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
commit8c516b4551abc824cbb6bc3e98a198aadc87f64f (patch)
treea8c77a012415c5261a9e8d17c55c674f0fbb4226 /qpid
parent14c8cbba934d8f4d7257684e59edbd16cf048259 (diff)
downloadqpid-python-8c516b4551abc824cbb6bc3e98a198aadc87f64f.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@1036871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/cpp/src/tests/run_store_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_store_tests.ps1 b/qpid/cpp/src/tests/run_store_tests.ps1
index ac906c04d4..d470259ad7 100644
--- a/qpid/cpp/src/tests/run_store_tests.ps1
+++ b/qpid/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
}