At Fri, 27 Jan 2017 15:37:51 -0500, Stephen Chang wrote:
> I have a package whose tests are timing out when run by pkg-build. Is
> there a way to extend this timeout?
> 
> I know I can specify individual file timeouts with `test-timeouts` but
> I couldnt figure out how to specify a timeout for testing the whole
> package. Is this possible?

The package-build process is a shared and limited resource, so there's
a hard timeout that's built into the system to prevent any one package
from stopping the process. There's intentionally no way to override
that timeout.

The daily package-building work doesn't take anywhere near 24 hours,
and I suppose the service could allow more time to some packages if it
doesn't have anything else to do. Still, I think it probably makes more
sense to scale the work that a package asks the pkg-build system to do,
similar to how only a subset of Racket tests run on each commit on
Travis CI.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to