1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-19 01:15:44 +02:00

Wait longer till PyCharm will detect the SDK

This commit is contained in:
Alex Plate 2025-03-14 14:09:48 +02:00
parent 2c83403cb0
commit 79d2040fcf
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -69,7 +69,7 @@ class PyCharmTest {
private fun RemoteRobot.startNewProject() {
welcomeFrame {
createNewProjectLink.click()
waitFor {
waitFor(duration = Duration.ofSeconds(30)) {
// Waiting till the SDK will be detected by PyCharm
findAllText("detected in the system").isNotEmpty()
}