diff options
author | James Meyer <james.meyer@operamail.com> | 2010-01-04 15:21:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-01-04 15:21:21 (GMT) |
commit | f5160192e7f806f3cde0fa5104e627abddd1d581 (patch) | |
tree | f550181318499d4fa0e07644c6cabbc0e7a69f17 | |
parent | 45a963faa570607a72cbcddbd6a3690a808c5ac0 (diff) | |
download | linhes_dev-f5160192e7f806f3cde0fa5104e627abddd1d581.zip |
bld: increase time between updates
-rw-r--r-- | build_tools/bin/bld_resource.py | 2 |
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)) |