From 28a215b2ee3361ca7f5a5e20e43029d482d1e6f3 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Sun, 28 Mar 2021 19:37:04 +0200 Subject: [PATCH] fix build --- tests/automatic/producer/python_api/check_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automatic/producer/python_api/check_linux.sh b/tests/automatic/producer/python_api/check_linux.sh index 71e20a339..41564e5e5 100644 --- a/tests/automatic/producer/python_api/check_linux.sh +++ b/tests/automatic/producer/python_api/check_linux.sh @@ -37,7 +37,7 @@ mkdir -p ${receiver_folder} echo test > file1 -sleep 1 +sleep 10 $1 $3 $data_source $beamtime_id "127.0.0.1:8400" &> out || cat out cat out -- GitLab