summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync141.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync141.py')
-rw-r--r--test/pacman/tests/sync141.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync141.py b/test/pacman/tests/sync141.py
index f2f01364..02f7be81 100644
--- a/test/pacman/tests/sync141.py
+++ b/test/pacman/tests/sync141.py
@@ -18,7 +18,7 @@ sp3.depends = ["b_gcc-libs"]
for p in sp1, sp2, sp3:
self.addpkg2db("sync", p)
-self.args = "-Su --ignore %s --ask=32" % sp1.name
+self.args = "-Su --ignore %s --ask=16" % sp1.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_VERSION=c_glibc|1.0-1")