From f5160192e7f806f3cde0fa5104e627abddd1d581 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Mon, 4 Jan 2010 09:21:21 -0600 Subject: bld: increase time between updates --- build_tools/bin/bld_resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v0.12