]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Set timeout to 60 seconds.
[bookmarks_db.git] / Robots / bkmk_rforking.py
index 5eac7e0d31553db250895c64660a89abcb9f4de3..4c4c098daae740d2278e6227ad86ca5b4457dc0b 100644 (file)
@@ -1,7 +1,7 @@
 """
    Forking robot
 
-   Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design.
+   Written by Broytman. Copyright (C) 2000-2010 PhiloSoft Design.
 """
 
 
@@ -51,7 +51,7 @@ class robot_forking(Robot):
          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",