Skip to content
Snippets Groups Projects
Commit 132e424c authored by felmer's avatar felmer
Browse files

fixing test

SVN: 21113
parent fcf33a5e
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ import ch.systemsx.cisd.common.test.Retry10;
public class QueueingPathRemoverServiceTest
{
private static final long WAIT_MILLIS = 120L;
private static final long WAIT_MILLIS = 300L;
private static final long DELAY_MILLIS = 1L;
......@@ -65,9 +65,9 @@ public class QueueingPathRemoverServiceTest
public void setUp()
{
LogInitializer.init();
queueFile.deleteOnExit();
// queueFile.deleteOnExit();
workingDirectory.mkdirs();
workingDirectory.deleteOnExit();
// workingDirectory.deleteOnExit();
QueueingPathRemoverService.start(queueFile);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment