Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource

require -u network to run test_timeout since
it fails when not connected to a network.
diff --git a/Misc/NEWS b/Misc/NEWS
index b3ea1f5..c4401b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,8 @@
 Tests
 -----
 
-TBD
+- test_timeout now requires -u network to be passed to regrtest to run.
+  See SF bug #692988.
 
 Windows
 -------