diff options
author | fvogel <fvogelnew1@free.fr> | 2015-01-02 11:18:04 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-01-02 11:18:04 (GMT) |
commit | f738b3d5e502f4e2cec85924873ae8b4d8c5a768 (patch) | |
tree | 32101325e52d5ac1dea51558d91fb3fb42dfc866 /tests/ttk | |
parent | 577a9d3b2ca963ffebd97c5a092fea50cae3eddf (diff) | |
download | tk-f738b3d5e502f4e2cec85924873ae8b4d8c5a768.zip tk-f738b3d5e502f4e2cec85924873ae8b4d8c5a768.tar.gz tk-f738b3d5e502f4e2cec85924873ae8b4d8c5a768.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
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 |