summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-01-02 15:23:43 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-01-02 15:23:43 (GMT)
commitc220a61baa711e24f35d89c3885f5bc2506075e6 (patch)
tree7109ddabeb69b3460db877655087bb8092dd43f6 /tests
parentf03796c524c990cc4a3a53d5216ebd09fb41e6f2 (diff)
parentaabb1827b3ff53a4b058b0406a581abadcac5bfd (diff)
downloadtk-c220a61baa711e24f35d89c3885f5bc2506075e6.zip
tk-c220a61baa711e24f35d89c3885f5bc2506075e6.tar.gz
tk-c220a61baa711e24f35d89c3885f5bc2506075e6.tar.bz2
Merged core-8-5-branch to text-elided branch
Diffstat (limited to 'tests')
-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