diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-05-15 20:09:12 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-05-15 20:09:12 +0000 |
commit | a13f1bf8abc792fc45cf335535e00b200f79d62c (patch) | |
tree | 8c06bfa68ab5ac758c4be1544cd437c6491f3b17 /regress/sys | |
parent | 2ca8d835f9389430606a9d3304f42d05419d9d77 (diff) |
Try to work around a race in the daily test run. Before killing
tcpdump, sleep a while to collect all data.
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/netinet/ipsec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/netinet/ipsec/Makefile b/regress/sys/netinet/ipsec/Makefile index 1df7fea5e79..65262710f79 100644 --- a/regress/sys/netinet/ipsec/Makefile +++ b/regress/sys/netinet/ipsec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2017/05/12 00:09:17 bluhm Exp $ +# $OpenBSD: Makefile,v 1.14 2017/05/15 20:09:11 bluhm Exp $ # This test needs a manual setup of four machines, the make # target create-setup can be used distribute the configuration. @@ -235,6 +235,7 @@ stamp-pflog: stamp-pfctl stamp-stop: @echo '\n======== $@ ========' + sleep 5 # XXX -ssh ${IPS_SSH} ${SUDO} pkill -f "'${DUMPCMD}'" @date >$@ |