diff --git a/apps/tokens/internal/grpc_impl/helpers.go b/apps/tokens/internal/grpc_impl/helpers.go index 34671c815..5f3f1b80e 100644 --- a/apps/tokens/internal/grpc_impl/helpers.go +++ b/apps/tokens/internal/grpc_impl/helpers.go @@ -4,7 +4,7 @@ import ( "time" ) -const expireShift = 5 * time.Second +const expireShift = 15 * time.Minute func isTokenExpired(expiresIn int, obtainmentTimestamp time.Time) bool { currentTime := time.Now().UTC()