diff options
-rwxr-xr-x | iptables/tests/shell/testcases/iptables/0010-wait_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/tests/shell/testcases/iptables/0010-wait_0 b/iptables/tests/shell/testcases/iptables/0010-wait_0 index 4481f966..37a7a58f 100755 --- a/iptables/tests/shell/testcases/iptables/0010-wait_0 +++ b/iptables/tests/shell/testcases/iptables/0010-wait_0 @@ -11,7 +11,7 @@ esac coproc RESTORE { $XT_MULTI iptables-restore; } echo "*filter" >&${RESTORE[1]} - +sleep 0.5 $XT_MULTI iptables -A FORWARD -j ACCEPT & ipt_pid=$! |