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

increase timeout

parent 68f4d122
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 12 deletions
......@@ -46,7 +46,7 @@ nomad run receiver_tcp.nmd # Only use TCP because the consumer will only use met
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -43,7 +43,7 @@ nomad run receiver_${network_type}.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -44,7 +44,7 @@ nomad run receiver_${network_type}.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......@@ -63,6 +63,8 @@ echo hello > /tmp/asapo/test_in/processed/test1/file1
echo hello > /tmp/asapo/test_in/processed/test1/file2
echo hello > /tmp/asapo/test_in/processed/test2/file1
sleep 1
echo "Start consumer in metadata only mode"
$consumer_bin ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 1000 1 | tee /dev/stderr out
grep "Processed 3 file(s)" out
......
......@@ -47,7 +47,7 @@ nomad run receiver_tcp.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -45,7 +45,7 @@ nomad run receiver_tcp.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -47,7 +47,7 @@ nomad run receiver_${network_type}.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$3 token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -47,7 +47,7 @@ nomad run receiver_${network_type}.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -42,7 +42,7 @@ nomad run receiver_tcp.nmd # Only use TCP because the consumer will only use met
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -37,7 +37,7 @@ nomad run receiver_tcp.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 5
token=`$3 token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -41,7 +41,7 @@ nomad run receiver_tcp.nmd # Only use TCP because the consumer will only use met
nomad run discovery.nmd
nomad run broker.nmd
sleep 2
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
......@@ -52,7 +52,7 @@ nomad run receiver_${network_type}.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 3
sleep 5
token1=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id1`
token2=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id2`
......
......@@ -46,7 +46,7 @@ nomad run receiver_tcp.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 3
sleep 5
token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id`
......
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