Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Extend timeout time #59

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/netkan-indexer
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down