diff --git a/bin/netkan-indexer b/bin/netkan-indexer index 9555c3a..e6f1f6a 100755 --- a/bin/netkan-indexer +++ b/bin/netkan-indexer @@ -5,7 +5,7 @@ use strict; use warnings; use autodie qw(:all); use Sys::RunAlone; -use Time::Limit '3000'; # Something wrong if we are taking longer than 50 mins +use Time::Limit '5400'; # Something wrong if we are taking longer than 90 mins use Getopt::Long; use File::Spec; use App::KSP_CKAN::NetKAN;