X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-paymentech-download;h=4d99df2d0c61530aa9c6f581165bca4ac8235d78;hb=d2e995622cff5402cd887abad948a986a3ceba82;hp=9a1f609bcc7285c23b37e85c7584e275c8326868;hpb=2b3eb91eaa841175eeb9f998a4457427670e7df0;p=freeside.git diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download index 9a1f609bc..4d99df2d0 100755 --- a/FS/bin/freeside-paymentech-download +++ b/FS/bin/freeside-paymentech-download @@ -62,7 +62,7 @@ while ($ssh_retry > 0) { $sftp = Net::SFTP::Foreign->new( host => $host, user => $username, password => $password, - timeout => 30, + timeout => 300, ); last unless $sftp->error; $ssh_retry -= 1;