[meld] maint: Increase upload timeout
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] maint: Increase upload timeout
- Date: Sat, 23 Aug 2014 04:42:30 +0000 (UTC)
commit 7ffbf6258d0297f3c00e05990725f79b2ee0da93
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Aug 23 14:23:33 2014 +1000
maint: Increase upload timeout
It would be better if we actually got some feedback during the copy,
but that's... work.
maint.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/maint.py b/maint.py
index 8c205ef..65ec7d0 100755
--- a/maint.py
+++ b/maint.py
@@ -366,7 +366,7 @@ def upload(path):
click.confirm(
'\nUpload %s to %s?' % (path, UPLOAD_SERVER), default=True, abort=True)
cmd = ['scp', path, UPLOAD_SERVER + ':']
- call_with_output(cmd)
+ call_with_output(cmd, timeout=120)
@cli.command()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]