diff options
author | fvogelnew1@free.fr <fvogel> | 2014-12-29 16:29:42 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2014-12-29 16:29:42 (GMT) |
commit | b2289e4445e65e1d2deb521046fccb4c74c847e7 (patch) | |
tree | 6af9ab182d1e572571ffcffabecd4f43db3fc6d5 /tests | |
parent | f7374e4f5e190d1b8c0e684cd7140d5690700b4c (diff) | |
download | tk-b2289e4445e65e1d2deb521046fccb4c74c847e7.zip tk-b2289e4445e65e1d2deb521046fccb4c74c847e7.tar.gz tk-b2289e4445e65e1d2deb521046fccb4c74c847e7.tar.bz2 |
Increased the after delay in test spinbox-1.8.4 because it failed sometimes for me, depending on the load of the computer running the test suite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ttk/spinbox.test | 2 |
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 |