Skip to content

Commit 622861d

Browse files
committed
[GR-49720] Remove redundant --timeout, jt already sets it to 300
1 parent e2b5200 commit 622861d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ local part_definitions = {
304304
},
305305

306306
test_specs: {
307-
run+: jt(["test", "specs", "--timeout", "180", ":all"]) +
308-
jt(["test", "specs", "--timeout", "180", ":tracepoint"]) +
309-
jt(["test", "specs", "--timeout", "180", ":next"]) +
307+
run+: jt(["test", "specs", ":all"]) +
308+
jt(["test", "specs", ":tracepoint"]) +
309+
jt(["test", "specs", ":next"]) +
310310
jt(["test", "basictest"]),
311311
},
312312

0 commit comments

Comments
 (0)