Skip to content

Commit 9c161b4

Browse files
increase callback timeout
1 parent de921bc commit 9c161b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/planet_auth/oidc/api_clients/authorization_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
auth_logger = planet_auth.logging.auth_logger.getAuthLogger()
3131
DEFAULT_REDIRECT_LISTEN_PORT = 80
32-
AUTH_TIMEOUT = 60
32+
AUTH_TIMEOUT = 300
3333

3434

3535
class AuthorizationApiException(OidcApiClientException):

0 commit comments

Comments
 (0)