Skip to content

Commit 4a16a24

Browse files
author
bogdang989
committed
Rename TimeLimit in tests
1 parent d04501b commit 4a16a24

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/timelimit.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cwlVersion: v1.1.0-dev1
33
inputs: []
44
outputs: []
55
requirements:
6-
TimeLimit:
6+
ToolTimeLimit:
77
timelimit: 3
88
baseCommand: [sleep, "15"]

tests/timelimit2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cwlVersion: v1.1.0-dev1
33
inputs: []
44
outputs: []
55
requirements:
6-
TimeLimit:
6+
ToolTimeLimit:
77
timelimit: -1
88
baseCommand: [sleep, "15"]

tests/timelimit3.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cwlVersion: v1.1.0-dev1
33
inputs: []
44
outputs: []
55
requirements:
6-
TimeLimit:
6+
ToolTimeLimit:
77
timelimit: 0
88
baseCommand: [sleep, "15"]

tests/timelimit4.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ inputs: []
44
outputs: []
55
requirements:
66
InlineJavascriptRequirement: {}
7-
TimeLimit:
7+
ToolTimeLimit:
88
timelimit: $(1+2)
99
baseCommand: [sleep, "15"]

0 commit comments

Comments
 (0)