From 591329956b81040bf569b858274daf8591789518 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Wed, 9 Mar 2011 08:24:36 +0000
Subject: [PATCH] minor: try to fix an integration test by giving the DSS more
 time to process an incoming data set (it looks like the last operation in the
 test-3v.sh  test suite fails)

SVN: 20260
---
 integration-tests/test-3v.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index e22daabfdb3..7cf26a55258 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -63,6 +63,8 @@ function generate_test_data {
     
     # register not at a sample but at an experiment and two data set parents
     echo hello world > $DATA/incoming-a/nemo.exp1_MICROX-3VCP1.MICROX-3VCP3.txt
+    # give the DSS some time to process the above request
+    sleep 30
 }
 
 # -----------------------
-- 
GitLab