summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <hughsie@localhost.localdomain>2008-10-03 11:13:36 +0100
committerRichard Hughes <hughsie@localhost.localdomain>2008-10-03 11:13:36 +0100
commit85b1d49470152712e19aa69f04ee7edbdd0a2ae7 (patch)
tree4e636ce32c846c41aa0c8f74088d2aacbe18e94a /data
parent452acc5778546070055a53e1b19f09c0a278c2bf (diff)
trivial: spend less time unlocking to speed up test suite
Diffstat (limited to 'data')
-rwxr-xr-xdata/tests/pk-spawn-dispatcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tests/pk-spawn-dispatcher.py b/data/tests/pk-spawn-dispatcher.py
index f96d9605..e34cbe6a 100755
--- a/data/tests/pk-spawn-dispatcher.py
+++ b/data/tests/pk-spawn-dispatcher.py
@@ -28,7 +28,7 @@ class PackageKitYumBackend(PackageKitBaseBackend):
def unLock(self):
PackageKitBaseBackend.unLock(self)
# simulate doing something
- time.sleep(1)
+ time.sleep(0.5)
def search_name(self,filters,key):
# check we escape spaces properly