Skip to content

Commit 1f59dab

Browse files
committed
try to pass ci
1 parent 1ef87da commit 1f59dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/test_read_pcap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RNAME="${FILE_PREFIX}_pcap.read.txt"
1111

1212
function tcpdump_write() {
1313
which tcpdump || (apt update || true && apt install -y tcpdump)
14-
timeout 30s tcpdump -c 1 -i any -s 0 -n --print -w "${FNAME}" -Z root \
14+
timeout 50s tcpdump -c 1 -i any -s 0 -n --print -w "${FNAME}" -Z root \
1515
'dst host 1.1.1.1 and tcp[tcpflags] = tcp-syn' | tee "${LNAME}" &
1616
sleep 10
1717
curl -m 10 1.1.1.1 &>/dev/null || true

0 commit comments

Comments
 (0)