Skip to content

Commit 93e5658

Browse files
committed
Increase uiWaitDuration to 800 for improved test stability
1 parent 3fdfe93 commit 93e5658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ downloadRobotServerPlugin {
7979

8080
test {
8181
useJUnitPlatform()
82-
systemProperty 'uiWaitDuration', project.findProperty('uiWaitDuration') ?: 300
82+
systemProperty 'uiWaitDuration', project.findProperty('uiWaitDuration') ?: 800
8383
testLogging {
8484
events "passed", "skipped", "failed", "standardOut", "standardError"
8585
showExceptions true

0 commit comments

Comments
 (0)