diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-09-26 16:31:20 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-09-26 16:31:20 -0700 |
| commit | 73a6d01b7691dd906aabe058be88542d8e59838d (patch) | |
| tree | ca56456aaee0bc234640b0e2d49df19bb39eb775 | |
| parent | ccfb83fa0e77c8248191977e4b9d0195b7b67af7 (diff) | |
increase paymentech timeout, RT#81278
| -rwxr-xr-x | FS/bin/freeside-paymentech-download | 2 | ||||
| -rwxr-xr-x | FS/bin/freeside-paymentech-upload | 2 |
2 files changed, 2 insertions, 2 deletions
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; diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload index 799e6c42c..770239d8d 100755 --- a/FS/bin/freeside-paymentech-upload +++ b/FS/bin/freeside-paymentech-upload @@ -97,7 +97,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; |
