From 2f28c29db057fa9357031bdfa6beed6223194ccf Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 27 Jan 2015 12:38:48 -0700 Subject: [PATCH] Minor bug fix. --- apt/APT_Instance.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt/APT_Instance.pm.in b/apt/APT_Instance.pm.in index aabc4c462..df4b255ff 100644 --- a/apt/APT_Instance.pm.in +++ b/apt/APT_Instance.pm.in @@ -554,7 +554,7 @@ sub Extend($$) $certfile = $certificate->WriteToFile(); $userarg = "-c $certfile"; } - system("$GENEXTENDCRED -a -o $credname -s $slice_urn -t 90 $userarg"); + system("$GENEXTENDCRED -a -o $credname -s $slice_urn -t 180 $userarg"); if ($?) { print STDERR "Could not create extended credential\n"; return undef; -- GitLab