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 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

Ryan S. Arnold


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