diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2025-10-09 07:29:14 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2025-10-11 11:24:24 +0000 |
| commit | 8217075f9ecb12fa9a4cf746541b9d3e1dc57e79 (patch) | |
| tree | a833c444d6e914a7a93765012d72c19f44fdb9fb | |
| parent | c700393934285ea84696a17bd951b20e439edfc3 (diff) | |
pf tests: give rules_counter:4G more time
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | tests/sys/netpfil/pf/rules_counter.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/rules_counter.sh b/tests/sys/netpfil/pf/rules_counter.sh index 98f96a7adca1..e80a46e9d6c6 100644 --- a/tests/sys/netpfil/pf/rules_counter.sh +++ b/tests/sys/netpfil/pf/rules_counter.sh @@ -153,6 +153,7 @@ atf_test_case "4G" "cleanup" { atf_set descr 'Test keepcounter for values above 32 bits' atf_set require.user root + atf_set timeout 900 } 4G_body() |
