diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-06-15 23:59:14 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-06-15 23:59:14 +0200 |
commit | 533fe3d13927798c17bdef84eba60ed9441d9608 (patch) | |
tree | 8b2b35e32d5ada46f75bac29bdd712e03688a92c /test/integration/test-acquire-same-repository-multiple-times | |
parent | 9d2a8a7388cf3b0bbbe92f6b0b30a533e1167f40 (diff) |
allow ratelimiting progress reporting for testcases
Progress reports once in a while which is a bit to unpredictable for
testcases, so we enforce a steady progress for them in the hope that
this makes the tests (mostly test-apt-progress-fd) a bit more stable.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-acquire-same-repository-multiple-times')
-rwxr-xr-x | test/integration/test-acquire-same-repository-multiple-times | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-acquire-same-repository-multiple-times b/test/integration/test-acquire-same-repository-multiple-times index bfeaf88db..a46e0d73c 100755 --- a/test/integration/test-acquire-same-repository-multiple-times +++ b/test/integration/test-acquire-same-repository-multiple-times @@ -32,7 +32,7 @@ cat >$NEWMETHODS/file <<EOF while read line; do echo "\$line" if [ -z "\$line" ]; then - sleep 0.2 + sleep 0.5 fi done | $OLDMETHODS/file EOF |