summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-07 19:12:30 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-07 19:12:30 (GMT)
commitabcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c (patch)
tree165027f6bfdc8d506d0cbb65682af2ef8068054b /ChangeLog
parent491f5c4a789c1dec4f721e7642a2c0796f93cc4e (diff)
downloadtcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.zip
tcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.tar.gz
tcl-abcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c.tar.bz2
* tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)
be more resilient on an overloaded system, if [after 200] sleeps for 300 ms or longer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5499fa1..da5a0e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
where the 'system' locale tests fail on a non-English Windows
machine. [Bug 1023761]. Added a test to make sure that alias
time zones load correctly. [Bug 1023779].
+ * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)
+ be more resilient on an overloaded system, if [after 200] sleeps
+ for 300 ms or longer.
* tools/tclZIC.tcl (writeLinks): Corrected a problem where
alias time zone names were written incorrectly, causing them
to fail to load at run time. [Bug 1023779].