about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2018-10-09 15:00:39 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-10-09 15:57:01 +0100
commit97785a61afbb47221e5ec799a57f210ceab85cce (patch)
treef1a8cc030bbb72976a3a0f282d27c7ed2344d437 /ChangeLog
parented643089cd3251038863d32e67ec47b94cd557f3 (diff)
downloadglibc-97785a61afbb47221e5ec799a57f210ceab85cce.tar.gz
glibc-97785a61afbb47221e5ec799a57f210ceab85cce.tar.xz
glibc-97785a61afbb47221e5ec799a57f210ceab85cce.zip
Increase timeout of nss/tst-nss-files-hosts-multi
Increase timeout from the default 20s to 40s. This test makes close to
2 million syscalls with distribution:

1180249 connect
 297952 getsockname
 144040 lseek
 143734 read
  14466 close
...

connect can be slow, so the default timeout was not enough on slow
systems.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

	* nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b19d0e147..ec87f3b009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-10-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
+	* nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
+
+2018-10-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
 	* libio/tst-readline.c (TIMEOUT): Define.
 
 2018-10-08  Paul Eggert  <eggert@cs.ucla.edu>