Skip to content

Commit

Permalink
Update wm.test
Browse files Browse the repository at this point in the history
See if increasing raiseDelay helps wm-stackorder tests, which only fail on CI.
  • Loading branch information
culler authored Oct 17, 2024
1 parent 20e9e66 commit e9fe17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wm.test
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowi
#

proc raiseDelay {} {
after 250;
after 500;
update idletasks
update
}
Expand Down

0 comments on commit e9fe17b

Please sign in to comment.