Skip to content

Commit

Permalink
[DOP-21952] Extend auth token lifetime in the fixture (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasDevelopment authored Dec 18, 2024
1 parent d8bc63c commit 5be1c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_public_key_pem(public_key):

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

Expand Down

0 comments on commit 5be1c5d

Please sign in to comment.