diff options
author | fvogel <fvogel@noemail.net> | 2015-01-02 11:18:04 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2015-01-02 11:18:04 (GMT) |
commit | 47cf945fb6c4c747b2c8938f063c8c9e8d94a6d3 (patch) | |
tree | 32101325e52d5ac1dea51558d91fb3fb42dfc866 /tests/ttk | |
parent | ae6176e94f5bfcc87e7993abae06c798f295c879 (diff) | |
download | tk-47cf945fb6c4c747b2c8938f063c8c9e8d94a6d3.zip tk-47cf945fb6c4c747b2c8938f063c8c9e8d94a6d3.tar.gz tk-47cf945fb6c4c747b2c8938f063c8c9e8d94a6d3.tar.bz2 |
Cherrypicked [97391a2fef] - 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
FossilOrigin-Name: 41ffb045f1babcc0551337ca7350651df0506251
Diffstat (limited to 'tests/ttk')
-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 |