You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/11/19 15:26:01 UTC

svn commit: r1036871 - /qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1

Author: shuston
Date: Fri Nov 19 14:26:01 2010
New Revision: 1036871

URL: http://svn.apache.org/viewvc?rev=1036871&view=rev
Log:
Bump the store-startup timeout from 10 to 20 seconds; creating a SQL db often causes a timeout failure running a few seconds long.

Modified:
    qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1

Modified: qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1?rev=1036871&r1=1036870&r2=1036871&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/run_store_tests.ps1 Fri Nov 19 14:26:01 2010
@@ -85,7 +85,7 @@ $cmdblock = $executioncontext.invokecomm
 . $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
 }



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org