337898 increase client test timeout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2818 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
f092ddbe0d
commit
f6349cd762
|
@ -14,9 +14,10 @@ jetty-7.3.1-SNAPSHOT
|
|||
+ 337685 Work in progress on draft 5 websockets
|
||||
+ 337746 Fixed Session deIdle recursion
|
||||
+ 337784 Improve HashSessionManager for session migrations
|
||||
+ 337896 HttpExchange.timeout does not override HttpClient.timeout
|
||||
+ 337898 increase client test timeout
|
||||
+ JETTY-1331 Allow alternate XML configuration processors (eg spring)
|
||||
+ JETTY-1335 HttpClient's SelectConnector clean-up
|
||||
+ 337896 HttpExchange.timeout does not override HttpClient.timeout
|
||||
|
||||
jetty-7.3.0.v20110203 3 February 2011
|
||||
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// ========================================================================
|
||||
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
|
||||
// Copyright (c) 2011 Mort Bay Consulting Pty. Ltd.
|
||||
// ------------------------------------------------------------------------
|
||||
// All rights reserved. This program and the accompanying materials
|
||||
// are made available under the terms of the Eclipse Public License v1.0
|
||||
|
@ -145,7 +145,7 @@ public class TimeoutExchangeTest
|
|||
@Test
|
||||
public void testExchangeTimeoutNotExpiring() throws Exception
|
||||
{
|
||||
startClient(500);
|
||||
startClient(2000);
|
||||
long serverSleep = 1000;
|
||||
long exchangeTimeout = 1500;
|
||||
|
||||
|
|
Loading…
Reference in New Issue