git: 8217075f9ecb - main - pf tests: give rules_counter:4G more time

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Sat, 11 Oct 2025 12:03:55 UTC
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8217075f9ecb12fa9a4cf746541b9d3e1dc57e79

commit 8217075f9ecb12fa9a4cf746541b9d3e1dc57e79
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-10-09 07:29:14 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-10-11 11:24:24 +0000

    pf tests: give rules_counter:4G more time
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netpfil/pf/rules_counter.sh | 1 +
 1 file changed, 1 insertion(+)

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()