summaryrefslogtreecommitdiffstats
path: root/tests/hash:net6.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:net6.t')
-rw-r--r--tests/hash:net6.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/hash:net6.t b/tests/hash:net6.t
index f1ae092..ecb415e 100644
--- a/tests/hash:net6.t
+++ b/tests/hash:net6.t
@@ -1,5 +1,5 @@
# Create a set with timeout
-0 ipset create test nethash family inet6 hashsize 128 timeout 6
+0 ipset create test nethash family inet6 hashsize 128 timeout 5
# Add zero valued element
1 ipset add test ::/0
# Test zero valued element
@@ -36,8 +36,8 @@
0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
# Check listing
0 diff -I 'Size in memory.*' .foo hash:net6.t.list0 && rm .foo
-# Sleep 6s so that element can time out
-0 sleep 6
+# Sleep 5s so that element can time out
+0 sleep 5
# IP: List set
0 ipset -L test 2>/dev/null > .foo0 && ./sort.sh .foo0
# IP: Check listing