From d5125000ff9d5af0f3b4b4c1dde9230c2438b110 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 13 Dec 2010 17:46:23 +0100 Subject: Speed up testing a little bit Lower timeout values to max 5s, so we can lower sleep values too. --- tests/hash:net6.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/hash:net6.t') 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 -- cgit v1.2.3