Skip to content

Commit

Permalink
Increase delays so tests pass on macOS Sonoma.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 6, 2023
1 parent 8272917 commit cf28e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/focus.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if {[testConstraint altDisplay]} {

test focus-1.1 {Tk_FocusCmd procedure} -constraints unix -body {
focusClear
after 100
focus
} -result {}
test focus-1.2 {Tk_FocusCmd procedure} -constraints {
Expand Down
2 changes: 1 addition & 1 deletion tests/wm.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowi
#

proc raiseDelay {} {
after 100;
after 200;
update
update idletasks
}
Expand Down

0 comments on commit cf28e70

Please sign in to comment.