summaryrefslogtreecommitdiffstats
path: root/qarsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'qarsh.c')
-rw-r--r--qarsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarsh.c b/qarsh.c
index 63ff213..fce6ad2 100644
--- a/qarsh.c
+++ b/qarsh.c
@@ -274,7 +274,7 @@ run_remote_cmd(char *cmdline)
cmd_finished = 0;
for (;;) {
if (cmd_finished) {
- timeout.tv_sec = 0;
+ timeout.tv_sec = 1;
timeout.tv_nsec = 0;
} else {
timeout.tv_sec = 5;