From 74ad9364ab17d20ba7efb00ac23b33c0b09bc4ad Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 6 Jul 2010 10:07:32 +0000 Subject: [PATCH] minor: shorten integration tests SVN: 16854 --- integration-tests/test-screening.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/integration-tests/test-screening.sh b/integration-tests/test-screening.sh index 25cf9923b25..e26999230f5 100755 --- a/integration-tests/test-screening.sh +++ b/integration-tests/test-screening.sh @@ -123,9 +123,9 @@ function integration_tests_screening { prepare_data_first_phase switch_dss "on" datastore_server_screening - sleep 60 - prepare_data_second_phase - sleep 20 + sleep 30 + prepare_data_second_phase + sleep 15 assert_dir_empty $DSS_INCOMING_PARENT_DIR/incoming-analysis assert_dir_empty $DSS_INCOMING_PARENT_DIR/incoming-analysis-genedata @@ -151,7 +151,6 @@ function quick_api_test { switch_dss "on" datastore_server_screening test_screening_api - switch_dss "off" datastore_server_screening shutdown_openbis_server $OPENBIS_SERVER_HCS @@ -159,4 +158,4 @@ function quick_api_test { } integration_tests_screening - +#quick_api_test -- GitLab