"""
Forking robot
- Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
+ Written by Broytman. Copyright (C) 2000-2010 PhiloSoft Design.
"""
bookmark.tempfname = self.tempfname
subp_pipe.write_record(pickle.dumps(bookmark))
- if check_subp.waitForPendingChar(300): # wait 5 minutes
+ if check_subp.waitForPendingChar(60): # wait a minute
new_b = pickle.loads(subp_pipe.read_record())
for attr in ("error", "no_error",
"moved", "size", "md5", "real_title",