From 9269481847821f2a2e4488160ed440bf0d379648 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 11 Jul 2012 13:24:50 +0000
Subject: [PATCH] SP-179, BIS-21: increase waiting time

SVN: 26078
---
 .../screening/systemtests/AggregatedFeatureVectorsTest.java  | 5 +++++
 .../systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java   | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/AggregatedFeatureVectorsTest.java b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/AggregatedFeatureVectorsTest.java
index faec311cefd..f5962ed2f97 100644
--- a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/AggregatedFeatureVectorsTest.java
+++ b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/AggregatedFeatureVectorsTest.java
@@ -321,4 +321,9 @@ public class AggregatedFeatureVectorsTest extends AbstractScreeningSystemTestCas
         return exampleDataSet;
     }
 
+    @Override
+    protected int dataSetImportWaitDurationInSeconds()
+    {
+        return 60;
+    }
 }
diff --git a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java
index 2894cf369c9..60d53d1f7e0 100644
--- a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java
+++ b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java
@@ -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;
 
 /**
  * 
-- 
GitLab