July 14, 2011
6:34 a.m.
Thank's for the report. As I see the timeout appears already in step when latests network and gofer packages are loaded so this code was not executed. I'll try to use longer timeouts there too. Cheers -- Pavel On Thu, Jul 14, 2011 at 7:33 AM, Sven Van Caekenberghe <sven@beta9.be> wrote:
On 13 Jul 2011, at 22:32, Igor Stasenko wrote:
While code says 1 hour: https://gitorious.org/pharo-build/pharo-build/blobs/master/scripts/pharo/Ker...
There is also a typo:
ZnConnectionTimeout value: 3600 during: [ Â gofer:= Gofer it squeaksource: 'Pharo14'. Â newPackages do: [:package | gofer package: package ]. Â ofer load. ].
The last statement says 'ofer load' instead of 'gofer load'.