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:net,port.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/hash:net,port.t') diff --git a/tests/hash:net,port.t b/tests/hash:net,port.t index 19f45d1..d2d8e8a 100644 --- a/tests/hash:net,port.t +++ b/tests/hash:net,port.t @@ -1,5 +1,5 @@ # Create a set with timeout -0 ipset create test hash:net,port hashsize 128 timeout 6 +0 ipset create test hash:net,port hashsize 128 timeout 5 # Add zero valued element 1 ipset add test 0.0.0.0/0,0 # Test zero valued element @@ -38,8 +38,8 @@ 0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0 # Check listing 0 diff -I 'Size in memory.*' .foo hash:net,port.t.list0 -# 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