git: 3830c62b12ac - stable/15 - pf tests: give rules_counter:4G more time

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Tue, 20 Jan 2026 16:40:10 UTC
The branch stable/15 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=3830c62b12ac35bc27977872d776a1c7f66cd691

commit 3830c62b12ac35bc27977872d776a1c7f66cd691
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-10-09 07:29:14 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-01-20 16:35:17 +0000

    pf tests: give rules_counter:4G more time
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    
    (cherry picked from commit 8217075f9ecb12fa9a4cf746541b9d3e1dc57e79)
---
 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()