We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920c32 commit cb0d10dCopy full SHA for cb0d10d
test/unit/test_oauth_token.py
@@ -367,7 +367,7 @@ def test_oauth_code_custom_urls(
367
368
369
@pytest.mark.skipolddriver
370
-@patch("snowflake.connector.auth._http_server.AuthHttpServer.DEFAULT_TIMEOUT", 30)
+@patch("snowflake.connector.auth._http_server.AuthHttpServer.DEFAULT_TIMEOUT", 120)
371
def test_oauth_code_local_application_custom_urls_successful_flow(
372
wiremock_client: WiremockClient,
373
wiremock_oauth_authorization_code_dir,
0 commit comments