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

Ryan S. Arnold ryan.arnold@gmail.com
Thu May 17 17:26:00 GMT 2012


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



More information about the Libc-alpha mailing list