Skip to content

Commit cb0d10d

Browse files
committed
increase timeout
1 parent d920c32 commit cb0d10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_oauth_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def test_oauth_code_custom_urls(
367367

368368

369369
@pytest.mark.skipolddriver
370-
@patch("snowflake.connector.auth._http_server.AuthHttpServer.DEFAULT_TIMEOUT", 30)
370+
@patch("snowflake.connector.auth._http_server.AuthHttpServer.DEFAULT_TIMEOUT", 120)
371371
def test_oauth_code_local_application_custom_urls_successful_flow(
372372
wiremock_client: WiremockClient,
373373
wiremock_oauth_authorization_code_dir,

0 commit comments

Comments
 (0)