nikolas.laskaris 2014-04-02 09:33:35 +00:00
parent 69f23fd523
commit 8ca044cfd4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class ASLSession{
timeoutMins = 30;
}
else{
timeoutMins = Integer.parseInt(timeoutString);
timeoutMins = Integer.parseInt(timeoutString) + 5;
}
}
catch (Exception e) { //case tomcat properties file could not be found