Skip to content

Commit fb2caf3

Browse files
committed
fix: PR changes
1 parent 0f4f1e8 commit fb2caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ async def test_clear_all_session_tokens_if_refresh_called_without_refresh_token_
977977
assert "front-token" in response.headers
978978

979979
# Wait for the access token to expire
980-
await asyncio.sleep(1)
980+
await asyncio.sleep(2)
981981

982982
response = driver_config_client.post(
983983
"/auth/session/refresh",

0 commit comments

Comments
 (0)