diff --git a/autotest/units/001_one_port/077_state_timeout_with_dump/autotest.yaml b/autotest/units/001_one_port/077_state_timeout_with_dump/autotest.yaml index 0f7310a8..f9aebe3f 100644 --- a/autotest/units/001_one_port/077_state_timeout_with_dump/autotest.yaml +++ b/autotest/units/001_one_port/077_state_timeout_with_dump/autotest.yaml @@ -12,11 +12,11 @@ steps: - cli: fw list states | grep -q "allow udp from 10.0.0.1 53 to 10.0.0.10 1024" -- sleep: 3 # Wait, state should still be present +- sleep: 2 # Wait, state should still be present - cli: fw list states | grep -q "allow udp from 10.0.0.1 53 to 10.0.0.10 1024" -- sleep: 3 # Wait for state to expire (total sleep 6s) +- sleep: 4 # Wait for state to expire (total sleep 6s) - cli_check: | fw list states @@ -34,11 +34,11 @@ steps: - cli: fw list states | grep -q "allow udp from 10.0.0.1 53 to 10.0.0.10 1024" -- sleep: 3 # Wait, state should still be present +- sleep: 2 # Wait, state should still be present - cli: fw list states | grep -q "allow udp from 10.0.0.1 53 to 10.0.0.10 1024" -- sleep: 3 # Wait for state to expire (total sleep 6s) +- sleep: 4 # Wait for state to expire (total sleep 6s) - cli_check: | fw list states