Posted by Surya kant - over 11 yearsago
Setting timeout to false in factories.yml should’ve worked, e.g. like this:
all:
user:
class: myUser
param:
# this should have worked, but did not
timeout: false
But it didn’t work because I think ‘false’ did not get parsed as literal false. Anyway,...