aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-06-25 16:00:11 -0700
committerGerald Combs <gerald@wireshark.org>2014-06-25 23:02:55 +0000
commit81963e7f1a5c7b19b414a4de210cc65c62aee27c (patch)
tree626299e01c69849d203f201096a5e3b3514b185c /test
parent765405da3e7ee501935e04a818beda6fffa4ccf9 (diff)
Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.
Change-Id: Ie6d6ac0489f0fcb506360a3900d33c44cb3477e9 Reviewed-on: https://code.wireshark.org/review/2664 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 526f796053..693a6c12a0 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -76,7 +76,7 @@ TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-1}
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)
-TRAFFIC_CAPTURE_DURATION=60
+TRAFFIC_CAPTURE_DURATION=15
# the default is to not capture in promiscuous mode
# (this makes known trouble with some Windows WLAN adapters)