[PATCH] Bump up stdio bug22 timeout from 30 seconds to 60 seconds

Chris Metcalf cmetcalf@tilera.com
Thu May 17 17:48:00 GMT 2012


On 5/17/2012 1:25 PM, Ryan S. Arnold wrote:
> On Thu, May 17, 2012 at 12:23 PM, Ryan S. Arnold <ryan.arnold@gmail.com> wrote:
>> You can change this in a a tile specific Makefile doing something like
>> the following:
>>
>> ifeq ($(subdir),stdio-common)
>> # Scale the regular 30 second TIMEOUT by 2x on Tile
>> bug22-ENV = TIMEOUTFACTOR="2"
>> fi
> Whoops, that should be:
>
> ifeq ($(subdir),stdio-common)
> # Scale the regular 30 second TIMEOUT by 2x on Tile
> bug22-ENV = TIMEOUTFACTOR="2"
> endif

Thanks, I didn't know about the "-ENV" mechanism.  I suspect it's
reasonable to leave the global commit I did as-is, but let me know if you
think I should revert it in favor of the tile-specific hack.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com



More information about the Libc-alpha mailing list