From 2d1568f413fda9fa3b253ef6967f894de72c3b1b Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sun, 29 May 2016 18:02:49 -0500 Subject: [PATCH] [Test suite] Minor fix, prevent stall on slow systems --- test/test-fwknop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 8c3aeb59..adb0cf3a 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -2810,7 +2810,7 @@ sub insert_dupe_rule() { &cache_fw_policy($cmd_out_tmp); -until($time_now + 45 == time()) { +until($time_now + 44 < time()) { sleep 1; } return;