This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]