File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
class: Workflow
3
3
cwlVersion: v1.2
4
4
5
+ doc : |
6
+ The entire test should take ~24 seconds. Test that the 20 second
7
+ time limit applies to each step individually (so 1st step has 20
8
+ seconds and the 2nd step has 20 seconds). So this 20 second time
9
+ limit should not cause the workflow to fail.
10
+
11
+ The timing on this test was updated from shorter values to
12
+ accommodate the startup time of certain container runners, the
13
+ previous timelimit of 5 seconds was too short, which is why it is
14
+ now 20 seconds.
15
+
5
16
requirements :
6
17
ToolTimeLimit:
7
- timelimit: 5
18
+ timelimit: 20
8
19
InlineJavascriptRequirement: {}
9
20
10
21
inputs :
23
34
out : [o]
24
35
run :
25
36
class: CommandLineTool
26
- baseCommand : ["sleep" , "3 " ]
37
+ baseCommand : ["sleep" , "12 " ]
27
38
inputs :
28
39
i:
29
40
type : string ?
38
49
out : [o]
39
50
run :
40
51
class: CommandLineTool
41
- baseCommand : ["sleep" , "3 " ]
52
+ baseCommand : ["sleep" , "12 " ]
42
53
inputs :
43
54
i:
44
55
type : string ?
You can’t perform that action at this time.
0 commit comments