test suite: Adds another precise_sleep() to avoid race condition

This commit is contained in:
Jonathan Bennett 2016-05-08 21:45:37 -05:00
parent 23d70f1aa3
commit c348950841

View File

@ -5934,6 +5934,7 @@ sub client_server_interaction() {
last;
}
}
precise_sleep(.5); # brief timeout to avoid race condition
### check to see if the SPA packet resulted in a new fw access rule
($rv, $fw_rule_created, $fw_rule_removed)
= &fw_check($rv, $fw_rule_created, $fw_rule_removed, $test_hr);