diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-03-16 09:01:42 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-03-16 09:01:42 +0100 |
commit | 00616d03d00e75ec1d4718807273b2353529f2cc (patch) | |
tree | 438a45d7b234b7cd8d687515d898cd4108516c7a /tests | |
parent | 5bad18403fa258204214d45580ca0d235e1a4486 (diff) |
Correction in comment test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/comment.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/comment.t b/tests/comment.t index 8e1d60a..204093a 100644 --- a/tests/comment.t +++ b/tests/comment.t @@ -126,8 +126,8 @@ 0 ipset list test | grep -v Revision: | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0 # Hash comment: Check listing 0 diff -u -I 'Size in memory.*' .foo comment.t.list21 -# Sleep 5s so that entries can time out -0 sleep 5s +# Sleep 6s so that entries can time out +0 sleep 6s # Hash comment: List set 0 ipset list test | grep -v Revision: | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0 # Hash comment: Check listing |