From f2f6d82fe11d98021260f45a4d2837d7c927dd60 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 14 Jun 2014 22:29:43 +0200 Subject: Pass $TIMEOUTFACTOR to tests also in cross testing --- scripts/cross-test-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh index f2a80a0341..df367b82e4 100755 --- a/scripts/cross-test-ssh.sh +++ b/scripts/cross-test-ssh.sh @@ -61,7 +61,7 @@ that the shell on the build machine has already done them appropriately." ssh='ssh' -timeoutfactor= +timeoutfactor=$TIMEOUTFACTOR while [ $# -gt 0 ]; do case "$1" in -- cgit 1.4.1