Up Timer 53/72953/1
authorSmokowski, Steve (ss835w) <ss835w@us.att.com>
Wed, 14 Nov 2018 21:27:23 +0000 (16:27 -0500)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Sat, 17 Nov 2018 03:21:10 +0000 (03:21 +0000)
Issue-ID: SO-1209

Change-Id: Icb018e4a178ab13f6d142bdcb1000411c0d0dedf
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
(cherry picked from commit 6e3aad261b40427288b18f21b86f109172dbd9c4)

adapters/mso-adapter-utils/src/main/java/org/onap/so/openstack/utils/MsoKeystoneUtils.java

index 759c116..8c58400 100644 (file)
@@ -658,7 +658,7 @@ public class MsoKeystoneUtils extends MsoTenantUtils {
 
         public boolean isExpired () {
             // adding arbitrary guard timer of 5 minutes
-            return expires == null || System.currentTimeMillis() > (expires.getTimeInMillis() - 300000);
+            return expires == null || System.currentTimeMillis() > (expires.getTimeInMillis() - 1800000);
         }
     }