You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Increase databricks_library installation timeout from 15m to 30m (#4479)
## Changes
Currently, `databricks_library` waits for 15m for libraries to install.
We received a report that this was a bit too short for some use cases.
For now, I'll bump this up to 30m to mitigate the issue faced by this
customer.
The long-term plan to fix this should be based on adopting
https://developer.hashicorp.com/terraform/plugin/framework/resources/timeouts
in our provider.
## Tests
I did not do any tests for this change.
0 commit comments