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 <s...@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/Kernel/loadCore.st > > 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'. > > > >