## Description > In this pr, loginTimout param is added to datasourceProperties map of HikariConfig object so that the ssl peer is verified within the UI timeout limit > This fixes the issue: https://github.com/appsmithorg/appsmith/issues/22035 Fixes #22035 ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? > Add a Snowflake DB with wrong account name as provided in the related issue. Test the datasource, and wait for the error to come up. Error should show up on UI in ~15 seconds with message that ssl peer identity validation has failed. - Manual - Jest - Cypress ### Test Plan > Add a Snowflake DB with wrong account name as provided in the related issue. Test the datasource, and wait for the error to come up. Error should show up on UI in ~15 seconds with message that ssl peer identity validation has failed. A correct account id should be instantly validated. This is because with the account id provided in the issue, the error took 60 seconds to occur which now has been reduced to 15 seconds. ## Checklist: ### Dev activity - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||