Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
4022c4e9
Commit
4022c4e9
authored
5 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Remove 1 sleep and reduce the other form 2 minutes to 15 seconds
parent
be08677e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+1
-3
1 addition, 3 deletions
basice2e/run.sh
with
1 addition
and
3 deletions
basice2e/run.sh
+
1
−
3
View file @
4022c4e9
...
@@ -47,8 +47,6 @@ do
...
@@ -47,8 +47,6 @@ do
echo
"
$SERVERCMD
--
$PIDVAL
"
echo
"
$SERVERCMD
--
$PIDVAL
"
done
done
sleep
15
# Start gateways
# Start gateways
for
GWID
in
$(
seq
5
-1
1
)
for
GWID
in
$(
seq
5
-1
1
)
do
do
...
@@ -77,7 +75,7 @@ finish() {
...
@@ -77,7 +75,7 @@ finish() {
trap
finish EXIT
trap
finish EXIT
trap
finish INT
trap
finish INT
sleep
1
20
# FIXME: We should not need this, but the servers don't respond quickly
sleep
1
5
# FIXME: We should not need this, but the servers don't respond quickly
# enough on boot right now.
# enough on boot right now.
runclients
()
{
runclients
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment