Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
3a5482f7
Commit
3a5482f7
authored
Sep 04, 2018
by
rna
Browse files
Add note on sender delaying.
parent
54cb58fa
Pipeline
#2976
passed with stages
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/entrypoint.sh
View file @
3a5482f7
...
...
@@ -65,7 +65,8 @@ dur=$(echo "$(date +%s.%N) - $start" | bc);
printf
"Reachable after %.6f seconds
\n
"
$dur
if
[[
"
$command
"
==
"sender"
||
"
$command
"
==
"time-sender"
]]
;
then
sleep
2
echo
"Delaying
$command
"
sleep
10
fi
start
=
$(
date
+%s.%N
)
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment