Skip to content
Snippets Groups Projects
Commit 21941dbb authored by Mark Harrison's avatar Mark Harrison
Browse files

The resmon check is taking too long to reflect that it has been updated,

shortening this time to 2 minutes.


git-svn-id: https://labs.omniti.com/resmon/trunk@120 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent d01e61a2
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ sub handler {
last;
}
}
my $output = cache_command("$svn info $resmon_dir 2>&1", 600);
my $output = cache_command("$svn info $resmon_dir 2>&1", 120);
my $revision = "svn revision unknown";
for (split(/\n/, $output)) {
if (/^Revision:\s*(\d*)$/) { $revision = "r$1"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment