aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-11 18:24:27 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-11 18:24:27 +0000
commitedf99969fd7216e8d3d161f49572b023b3a82124 (patch)
tree58f75388f2ed44c34cba54c42e3bcb973948c7c3 /test/config.sh
parentbb910ed1137ba01cb0b8914f226f505ceb434129 (diff)
The capture test suite currently fails on quiet networks. Try to fix
this by generating some ICMP packets before each test. Add an "icmp" capture filter to each test to better control the test conditions. Fixup whitespace. svn path=/trunk/; revision=20115
Diffstat (limited to 'test/config.sh')
-rw-r--r--test/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 394c18c00b..0ee6d93115 100644
--- a/test/config.sh
+++ b/test/config.sh
@@ -51,7 +51,7 @@ TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-3}
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)
-TRAFFIC_CAPTURE_DURATION=3
+TRAFFIC_CAPTURE_DURATION=20
# the default is to not capture in promiscuous mode
# (this makes known trouble with some Windows WLAN adapters)