From 71b49674073f8ca471a95f62c2552ad03842bab4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Sep 2011 22:52:57 -0300 Subject: Misc tunning --- share/hydra/mass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hydra') diff --git a/share/hydra/mass b/share/hydra/mass index 0e69c01..142c687 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -8,7 +8,7 @@ function mass_pssh { echo "Issuing $COMMAND on multiple nodes..." hydra_set_tmpfile nodes hydra $HYDRA nodes > $TMPWORK - parallel-ssh -P -h $TMPWORK sudo $COMMAND + parallel-ssh -t 40 -P -h $TMPWORK sudo $COMMAND hydra_unset_tmpfile $TMPWORK } -- cgit v1.2.3