diff options
author | fvogel <fvogelnew1@free.fr> | 2014-12-29 16:29:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2014-12-29 16:29:42 (GMT) |
commit | f9714d3d6deab311823d54c4b558a1f27ac56866 (patch) | |
tree | d51977efaaca7fcb823a365239dd8a813893fa14 /tests | |
parent | 8936c6440460257c2739b3a6cdaf96c37d1cf04e (diff) | |
download | tk-f9714d3d6deab311823d54c4b558a1f27ac56866.zip tk-f9714d3d6deab311823d54c4b558a1f27ac56866.tar.gz tk-f9714d3d6deab311823d54c4b558a1f27ac56866.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 |