summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-10 14:37:28 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-10 14:37:28 +0200
commit00c3da43ace363315fb9e70a6d4696de0630f6cf (patch)
treea9852d9fa48e8db4add461ccbea52949e2b39b0a /ChangeLog
parent96480903ab6f16cba475c02e32827fa4bf2b62b7 (diff)
downloadglibc-00c3da43ace363315fb9e70a6d4696de0630f6cf.tar.gz
glibc-00c3da43ace363315fb9e70a6d4696de0630f6cf.tar.xz
glibc-00c3da43ace363315fb9e70a6d4696de0630f6cf.zip
sunrpc/tst-udp-timeout: Fix timeout value
2.3 is not representable with double, and thus leads to rounding issues if
the clock is not very precise and the measured delay is then exactly 2.3.

	* sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
	seconds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f122503f..a31824b372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
+	seconds.
+
 2017-09-09  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #14925]