summaryrefslogtreecommitdiffstats
path: root/tests/panedwindow.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-04-24 17:19:20 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-04-24 17:19:20 (GMT)
commit1861e8412d565c4b61b91437c69129745800f819 (patch)
tree0f13fe47f0338f05316037d92a9d3d11e8ab76e2 /tests/panedwindow.test
parentf5f6714eca4136a545b786e27d2c239120e638a5 (diff)
downloadtk-1861e8412d565c4b61b91437c69129745800f819.zip
tk-1861e8412d565c4b61b91437c69129745800f819.tar.gz
tk-1861e8412d565c4b61b91437c69129745800f819.tar.bz2
Further stabilize panedwindow-23.30 since [022d2c75] was still not 100% enough. This test was found to fail once on macOS with xcode, and when this happened panedwindow-23.29 failed as well (therefore, apply the same stabilization to this latter test).
Diffstat (limited to 'tests/panedwindow.test')
-rw-r--r--tests/panedwindow.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/panedwindow.test b/tests/panedwindow.test
index 4ffcbe2..c2b0774 100644
--- a/tests/panedwindow.test
+++ b/tests/panedwindow.test
@@ -4922,7 +4922,7 @@ test panedwindow-23.29 {ConfigurePanes, -hide works} -setup {
lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \
[winfo width .f4] [winfo width .p]
.p paneconfigure .f2 -hide 1
- update
+ update ; after 100 ; update
lappend result [winfo ismapped .f1] [winfo ismapped .f2] \
[winfo ismapped .f3] [winfo ismapped .f4]
lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \
@@ -4951,7 +4951,7 @@ test panedwindow-23.30 {ConfigurePanes, -hide works} -setup {
lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \
[winfo width .f4] [winfo width .p]
.p paneconfigure .f2 -hide 1
- update
+ update ; after 100 ; update
lappend result [winfo ismapped .f1] [winfo ismapped .f2] \
[winfo ismapped .f3] [winfo ismapped .f4]
lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \