Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
776fd257
Commit
776fd257
authored
Aug 03, 2007
by
Jonathon Duerig
Browse files
Reverted waiting for event to complete. Now it times out. Events sometimes hang.
parent
09b03125
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/bw-bottleneck/gather-dest.pl
View file @
776fd257
...
...
@@ -64,7 +64,9 @@ sub runTest
sleep
(
2
);
startProgram
("
client
",
"
sh /bw-bottleneck/run-client.sh node-
$dest1
.
$exp
.
$project
.emulab.net node-
$dest2
.
$exp
.
$project
.emulab.net
$serverPort
/bw-bottleneck dump-
$source
-
$dest1
-
$dest2
.dump
$duration
",
1
);
startProgram
("
client
",
"
sh /bw-bottleneck/run-client.sh node-
$dest1
.
$exp
.
$project
.emulab.net node-
$dest2
.
$exp
.
$project
.emulab.net
$serverPort
/bw-bottleneck dump-
$source
-
$dest1
-
$dest2
.dump
$duration
",
0
);
sleep
(
$duration
+
5
);
stopProgram
(
$dest1
);
stopProgram
(
$dest2
);
...
...
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