better test timing

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2974 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2011-04-05 02:42:14 +00:00
parent 7702baf312
commit 9b01e9324e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class ScanningAppProviderRuntimeUpdatesTest
// Test that webapp response contains "-1"
jetty.assertResponseContains("/foo/info","FooServlet-1");
Thread.sleep(1000);
Thread.sleep(1900);
System.out.println("Updating war files");
jetty.copyContext("foo.xml","foo.xml"); // essentially "touch" the context xml
jetty.copyWebapp("foo-webapp-2.war","foo.war");