From 8e34858c10f664f2e2bcdc43bc87e4f28a11e45f Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 6 Nov 2009 04:16:22 +0000 Subject: [PATCH] up the timeout for batch event running to accomodate the initial wait for event retrieval and grouping git-svn-id: svn://svn.open-ils.org/ILS/trunk@14801 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/action_trigger_runner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl b/Open-ILS/src/support-scripts/action_trigger_runner.pl index 9297da1966..1ca3becb45 100755 --- a/Open-ILS/src/support-scripts/action_trigger_runner.pl +++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl @@ -141,7 +141,7 @@ sub run_pending { return unless $opt_run_pending; my $ses = OpenSRF::AppSession->create('open-ils.trigger'); my $req = $ses->request('open-ils.trigger.event.run_all_pending' => $opt_granularity); - while(my $resp = $req->recv(timeout => 600)) { + while(my $resp = $req->recv(timeout => 7200)) { if($opt_debug_stdout) { print OpenSRF::Utils::JSON->perl2JSON($resp->content) . "\n"; } -- 2.11.0