summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xFS/bin/freeside-fetch1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/bin/freeside-fetch b/FS/bin/freeside-fetch
index 3fe1a00..7b674ed 100755
--- a/FS/bin/freeside-fetch
+++ b/FS/bin/freeside-fetch
@@ -35,6 +35,7 @@ foreach my $employee (@employees) {
};
my $ua = new LWP::UserAgent;
+ $ua->timeout(1800); #30m, some reports can take a while
$ua->agent("FreesideFetcher/0.1 " . $ua->agent);
my $req = new HTTP::Request GET => $url;