File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/snowflake/connector/auth Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ def authenticate(
185185 self ._rest ._connection .login_timeout ,
186186 self ._rest ._connection ._network_timeout ,
187187 self ._rest ._connection ._socket_timeout ,
188- self ._rest ._connection ._platform_detection_timeout_seconds ,
188+ self ._rest ._connection .platform_detection_timeout_seconds ,
189189 session_manager = self ._rest .session_manager .clone (use_pooling = False ),
190190 )
191191
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ def _step1(
168168 conn ._ocsp_mode (),
169169 conn .login_timeout ,
170170 conn ._network_timeout ,
171+ conn .platform_detection_timeout_seconds ,
171172 session_manager = conn ._session_manager .clone (use_pooling = False ),
172173 )
173174
Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ def _get_sso_url(
462462 conn ._rest ._connection ._ocsp_mode (),
463463 conn ._rest ._connection .login_timeout ,
464464 conn ._rest ._connection ._network_timeout ,
465+ self ._rest ._connection .platform_detection_timeout_seconds ,
465466 session_manager = conn .rest .session_manager .clone (use_pooling = False ),
466467 )
467468
You can’t perform that action at this time.
0 commit comments