diff --git a/deploy/stacks/cognito.py b/deploy/stacks/cognito.py index 78bd4d20c..ed18225fc 100644 --- a/deploy/stacks/cognito.py +++ b/deploy/stacks/cognito.py @@ -100,7 +100,7 @@ def __init__( domain_prefix=f"{resource_prefix.replace('-', '')}{envname}{self.region.replace('-', '')}{self.account}" ), ) - id_token_duration = 120 if with_approval_tests else 60 + id_token_duration = 180 if with_approval_tests else 60 self.client = cognito.UserPoolClient( self, f'AppClient-{envname}',