diff options
author | teor <teor2345@gmail.com> | 2014-10-01 18:05:04 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-01 18:05:04 +1000 |
commit | bae73343902072c24469d42deffe90b22b7fff6e (patch) | |
tree | 58c33df5993573bfe95a0e325fd07f95832f6566 /changes | |
parent | 7c0215f8cafd2b7e1d251439b97ad97ec46e6211 (diff) | |
download | tor-bae73343902072c24469d42deffe90b22b7fff6e.tar.gz tor-bae73343902072c24469d42deffe90b22b7fff6e.zip |
Add test-network delay option
Add a --delay option to test-network.sh, which configures the delay before
the chutney network tests for data transmission. The default remains at
18 seconds if the argument isn't specified.
Apparently we should be using bootstrap status for this (eventually).
Partially implements ticket 13161.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature13161-test-network-delay-option | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature13161-test-network-delay-option b/changes/feature13161-test-network-delay-option new file mode 100644 index 0000000000..1cf2e71a37 --- /dev/null +++ b/changes/feature13161-test-network-delay-option @@ -0,0 +1,4 @@ + o Minor features (testing): + - Add a --delay option to test-network.sh, which configures the delay + before the chutney network tests for data transmission. + Partially implements ticket 13161. |