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:
parent
7702baf312
commit
9b01e9324e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue