Skip to content
Snippets Groups Projects
Commit 59132995 authored by kaloyane's avatar kaloyane
Browse files

minor: try to fix an integration test by giving the DSS more time to process...

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
parent 68506095
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,8 @@ function generate_test_data { ...@@ -63,6 +63,8 @@ function generate_test_data {
# register not at a sample but at an experiment and two data set parents # 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 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
} }
# ----------------------- # -----------------------
......
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