diff options
author | fvogel <fvogel@noemail.net> | 2014-12-29 16:29:42 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2014-12-29 16:29:42 (GMT) |
commit | d5b60f3078eab22312dabb857e971a1270be7c09 (patch) | |
tree | d51977efaaca7fcb823a365239dd8a813893fa14 /tests/ttk | |
parent | 8322c377c4a7188620fdfed85297ee5de6bd1f36 (diff) | |
download | tk-d5b60f3078eab22312dabb857e971a1270be7c09.zip tk-d5b60f3078eab22312dabb857e971a1270be7c09.tar.gz tk-d5b60f3078eab22312dabb857e971a1270be7c09.tar.bz2 |
Increased the after delay in test spinbox-1.8.4 becasue it failed sometimes for me, depending on the load of the computer running the test suite
FossilOrigin-Name: 97391a2fef5cf1c90629c3f414fc8e78d229d76f
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 |