Skip to content

Commit 5be1c5d

Browse files
[DOP-21952] Extend auth token lifetime in the fixture (#173)
1 parent d8bc63c commit 5be1c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit/test_auth/auth_fixtures/keycloak_fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_public_key_pem(public_key):
4646

4747
@pytest.fixture
4848
def create_session_cookie(rsa_keys, settings):
49-
def _create_session_cookie(user, expire_in_msec=1000) -> str:
49+
def _create_session_cookie(user, expire_in_msec=5000) -> str:
5050
private_pem = rsa_keys["private_pem"]
5151
session_secret_key = settings.server.session.secret_key
5252

0 commit comments

Comments
 (0)