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
b8545a48
Commit
b8545a48
authored
6 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Fix the timeout issue by turning up the dummy frequency
parent
218b42eb
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
+4
-4
4 additions, 4 deletions
basice2e/run.sh
with
4 additions
and
4 deletions
basice2e/run.sh
+
4
−
4
View file @
b8545a48
...
...
@@ -100,10 +100,10 @@ runclients() {
# 2>&1 > $CHANNELOUT &
# Start a dummy client
#
../bin/client -i 35 -d 35 -s $LASTNODE --numnodes 5 -m "dummy" --nick "dummy" \
#
--dummyfrequency 0.
0
5 \
#
-f blobdummy 2>&1 > $DUMMYOUT &
#
echo $! >> results/serverpids
../bin/client
-i
35
-d
35
-s
$LASTNODE
--numnodes
5
-m
"dummy"
--nick
"dummy"
\
--dummyfrequency
0.5
\
-f
blobdummy 2>&1
>
$DUMMYOUT
&
echo
$!
>>
results/serverpids
echo
"RUNNING CLIENTS..."
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