Andreas Enge <[email protected]> skribis:
> Am Dienstag, 18. Juni 2013 schrieb Ludovic Courtès:
>> If an HTTP GET hasn’t completed after 3 seconds, it prints a message
>> saying that the server is unresponsive and hinting at --no-substitutes.
>> Comments and tests welcome, esp. from Guile 2.0.5 users!
>
> A feature that is difficult to test when everything goes well! But I can
> now confirm that it works for me under guile 2.0.5.
Good, thanks for testing!
There’s a comment on how to test it under GNU/Linux (using iproute2):
;; Test this with:
;; sudo tc qdisc add dev eth0 root netem delay 1500ms
;; and then cancel with:
;; sudo tc qdisc del dev eth0 root
(Trick stolen from <http://doc.bazaar.canonical.com/developers/testing.html>.)
:-)
Ludo’.