mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-22 01:15:48 +02:00
Increase a timeout for waiting for Idea frame during UI tests
This commit is contained in:
parent
d52d631799
commit
6f030eb8a6
@ -20,7 +20,7 @@ import com.intellij.remoterobot.utils.waitFor
|
||||
import java.time.Duration
|
||||
|
||||
fun RemoteRobot.idea(function: IdeaFrame.() -> Unit) {
|
||||
find<IdeaFrame>().apply(function)
|
||||
find<IdeaFrame>(Duration.ofSeconds(10)).apply(function)
|
||||
}
|
||||
|
||||
@FixtureName("Idea frame")
|
||||
|
Loading…
Reference in New Issue
Block a user