aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-11 18:24:27 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-11 18:24:27 +0000
commit294c28d718a07ab1883d5cfed7e6701fd30d2f18 (patch)
tree58f75388f2ed44c34cba54c42e3bcb973948c7c3 /test/config.sh
parentd7668e7c658815e6ae2d280f7e8744fb05f79abd (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20115 f5534014-38df-0310-8fa8-9805f1628bb7
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)