Skip to content
Snippets Groups Projects
Commit 3ba678d7 authored by felmer's avatar felmer
Browse files

SSDM-802: Bug fixing: Increasing wait for registration finished for all screening system tests.

SVN: 32403
parent b833c618
No related branches found
No related tags found
No related merge requests found
......@@ -91,12 +91,6 @@ public abstract class AbstractImageDropboxTestCase extends AbstractScreeningSyst
return "../screening/resource/test-data/" + getClass().getSimpleName();
}
@Override
protected int dataSetImportWaitDurationInSeconds()
{
return 120;
}
protected AbstractExternalData getRegisteredContainerDataSet()
{
List<AbstractExternalData> dataSets = getRegisteredDataSets();
......
......@@ -379,4 +379,10 @@ public abstract class AbstractScreeningSystemTestCase extends SystemTestCase
return new File(rootDir, "incoming-" + getClass().getSimpleName());
}
@Override
protected int dataSetImportWaitDurationInSeconds()
{
return 600;
}
}
......@@ -31,10 +31,9 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifierFactory;
/**
*
*
* @author Franz-Josef Elmer
*/
@Test(groups = { "slow", "systemtest" })
public class MicroscopyImageDropboxTest extends AbstractImageDropboxTestCase
{
......
......@@ -27,6 +27,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractExternalData;
*
* @author Franz-Josef Elmer
*/
@Test(groups = { "slow", "systemtest" })
public class SimpleImageDropboxTest extends AbstractImageDropboxTestCase
{
......
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