ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerGlitecoll.py
Revision: 1.3
Committed: Mon Nov 5 20:58:56 2007 UTC (17 years, 5 months ago) by spiga
Content type: text/x-python
Branch: MAIN
CVS Tags: CRAB_2_0_2_pre2
Changes since 1.2: +1 -1 lines
Log Message:
improved time out for gLiteColl submission

File Contents

# User Rev Content
1 slacapra 1.1 #from Scheduler import Scheduler
2     from SchedulerGlite import SchedulerGlite
3    
4     class SchedulerGlitecoll(SchedulerGlite):
5     def __init__(self):
6     SchedulerGlite.__init__(self)
7 spiga 1.2
8     def submitTout(self, list):
9 spiga 1.3 return len(list[1])*60
10 spiga 1.2
11