summaryrefslogtreecommitdiffstats
path: root/tests/ttk
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-01-02 15:23:43 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-01-02 15:23:43 (GMT)
commit3065314348b624b03691f302be1387fffc318cfd (patch)
tree0096975153ebe68d3c0d36918be092d4bd6523d0 /tests/ttk
parent73bc5e2949628f5134f8e49b1b350ed62773461a (diff)
parentee11279857f8f750bbed1f7ac7cc5276c0d43687 (diff)
downloadtk-3065314348b624b03691f302be1387fffc318cfd.zip
tk-3065314348b624b03691f302be1387fffc318cfd.tar.gz
tk-3065314348b624b03691f302be1387fffc318cfd.tar.bz2
Merged core-8-5-branch to text-elided branch
Diffstat (limited to 'tests/ttk')
-rw-r--r--tests/ttk/spinbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/spinbox.test b/tests/ttk/spinbox.test
index 3397e37..f7741c6 100644
--- a/tests/ttk/spinbox.test
+++ b/tests/ttk/spinbox.test
@@ -144,7 +144,7 @@ test spinbox-1.8.4 "-validate option: " -setup {
pack .sb
.sb set 50
focus .sb
- after 100 {set ::spinbox_wait 1} ; vwait ::spinbox_wait
+ after 500 {set ::spinbox_wait 1} ; vwait ::spinbox_wait
set ::spinbox_test
} -cleanup {
destroy .sb