[Test suite] Minor fix, prevent stall on slow systems

This commit is contained in:
Jonathan Bennett
2016-05-29 18:02:49 -05:00
parent 246d8a1db7
commit 2d1568f413
+1 -1
View File
@@ -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;