increased SLEEP_INTERVAL to prevent intermittent test failures

This commit is contained in:
trisberg
2008-11-11 20:41:17 +00:00
parent 13734f01d4
commit 647d9d7439

View File

@@ -85,7 +85,7 @@ public class RemoteLauncherTests {
@Test
public void testPauseJob() throws Exception {
final int SLEEP_INTERVAL = 500;
final int SLEEP_INTERVAL = 600;
assertTrue(isConnected());
assertTrue(launcher.getJobNames().contains("loopJob"));
long executionId = launcher.start("loopJob", "");