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:
parent
2c83403cb0
commit
79d2040fcf
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user