Re: Updated installation images for Debian Ports 2019-11-22
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 12/1/19 1:07 AM, Bob Tracy wrote: > All that being said, I'd *definitely* think twice about blindly changing > the sleep values. Again, you'll never see this issue on the "buildd" > systems. If I were the package maintainer, I'd reject this patch :-). > > (file is in "guile-2.2-2.2.6+1/test-suite/standalone" after extracting > the source package) > > --- test-guild-compile.orig 2019-11-30 17:56:39.276270948 -0600 > +++ test-guild-compile 2019-11-30 17:57:18.874959718 -0600 > @@ -23,10 +23,10 @@ > pid="$!" > > # Send SIGINT. > -sleep 2 && kill -INT "$pid" > +sleep 5 && kill -INT "$pid" > > # Wait for 'guild compile' to terminate. > -sleep 2 > +sleep 15 > > # Check whether there are any leftovers. > for file in "$target"* I don't think there is anything wrong per se with increasing the test timeouts, it won't hurt on any architecture and build machine. Adrian