Skip to content
Snippets Groups Projects
Commit 3beb8203 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

increase timeout

parent 9c15b77f
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,5 @@ func (api *DiscoveryAPI) GetMongoDbAddress() (string, error) {
}
func CreateDiscoveryService(client *http.Client,uri string) DiscoveryAPI{
return DiscoveryAPI{&http.Client{}, uri}
return DiscoveryAPI{client, uri}
}
\ No newline at end of file
......@@ -82,7 +82,7 @@ producerid=`echo $!`
wait
echo "Start consumer in $network_type mode"
$consumer_bin ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 10000 0 &> output.txt &
$consumer_bin ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 50000 0 &> output.txt &
workerid=`echo $!`
sleep 2
......
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