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

SP-179, BIS-21: increase waiting time

SVN: 26078
parent ae544095
No related branches found
No related tags found
No related merge requests found
......@@ -321,4 +321,9 @@ public class AggregatedFeatureVectorsTest extends AbstractScreeningSystemTestCas
return exampleDataSet;
}
@Override
protected int dataSetImportWaitDurationInSeconds()
{
return 60;
}
}
......@@ -44,7 +44,6 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.ImageDatasetEn
import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.ImageResolution;
import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.PlateContent;
import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.PlateMetadata;
import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.WellMetadata;
/**
*
......
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