summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/bld_resource.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-01-04 15:21:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-01-04 15:21:21 (GMT)
commitf5160192e7f806f3cde0fa5104e627abddd1d581 (patch)
treef550181318499d4fa0e07644c6cabbc0e7a69f17 /build_tools/bin/bld_resource.py
parent45a963faa570607a72cbcddbd6a3690a808c5ac0 (diff)
downloadlinhes_dev-f5160192e7f806f3cde0fa5104e627abddd1d581.zip
bld: increase time between updates
Diffstat (limited to 'build_tools/bin/bld_resource.py')
-rw-r--r--build_tools/bin/bld_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/bld_resource.py b/build_tools/bin/bld_resource.py
index 0a167ab..3ce9ef7 100644
--- a/build_tools/bin/bld_resource.py
+++ b/build_tools/bin/bld_resource.py
@@ -608,7 +608,7 @@ class run_cmd_thread(QtCore.QThread):
for line in child:
f.write(line)
self.emit(SIGNAL("update_build(QString)"),line)
- self.msleep(20)
+ self.msleep(50)
child.close()
retcode=child.exitstatus
f.write(str(retcode))