From 0380b7bbe6edbc3f31c8d98fb33b582df828dc31 Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Tue, 12 Oct 2021 11:07:25 +0200
Subject: [PATCH] fix test

---
 tests/automatic/high_avail/services_restart/check_linux.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/automatic/high_avail/services_restart/check_linux.sh b/tests/automatic/high_avail/services_restart/check_linux.sh
index e3260de4c..fa784e08b 100644
--- a/tests/automatic/high_avail/services_restart/check_linux.sh
+++ b/tests/automatic/high_avail/services_restart/check_linux.sh
@@ -37,7 +37,7 @@ $producer_bin localhost:8400 ${beamtime_id} 100 $5 4 0 100 &
 #producerid=`echo $!`
 
 echo "Start consumer"
-$consumer_bin ${proxy_address} dummy_path ${beamtime_id} 2 $token 30000 1 &> output.txt &
+$consumer_bin ${proxy_address} dummy_path ${beamtime_id} 2 $token 60000 1 &> output.txt &
 
 sleep 1
 
@@ -46,12 +46,10 @@ nomad stop authorizer
 nomad stop discovery
 nomad stop nginx
 nomad run nginx_kill.nmd  && nomad stop -yes -purge nginx_kill
-nomad stop receiver
 
 nomad run nginx.nmd
 nomad run authorizer.nmd
 nomad run discovery.nmd
-nomad run receiver_tcp.nmd
 
 if [[ "$4" == "receiver" ]]; then
   nomad run $4_tcp.nmd
-- 
GitLab