[hg] galaxy 3455: Fix uploads not working
details: http://www.bx.psu.edu/hg/galaxy/rev/c48de7f12e58 changeset: 3455:c48de7f12e58 user: Kanwei Li <kanwei@gmail.com> date: Mon Mar 01 17:47:28 2010 -0500 description: Fix uploads not working diffstat: lib/galaxy/jobs/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 29bb8ebb3a59 -r c48de7f12e58 lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py Mon Mar 01 16:07:54 2010 -0500 +++ b/lib/galaxy/jobs/__init__.py Mon Mar 01 17:47:28 2010 -0500 @@ -155,7 +155,7 @@ run and dispatching if so. """ # HACK: Delay until after forking, we need a way to do post fork notification!!! - time.sleep( 1000 ) + time.sleep( 10 ) while self.running: try: self.__monitor_step()
participants (1)
-
Greg Von Kuster