Skip to content

Commit

Permalink
[GR-49720] Remove redundant --timeout, jt already sets it to 300
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4046
  • Loading branch information
eregon committed Nov 1, 2023
2 parents a3531da + 622861d commit 1c34b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ local part_definitions = {
},

test_specs: {
run+: jt(["test", "specs", "--timeout", "180", ":all"]) +
jt(["test", "specs", "--timeout", "180", ":tracepoint"]) +
jt(["test", "specs", "--timeout", "180", ":next"]) +
run+: jt(["test", "specs", ":all"]) +
jt(["test", "specs", ":tracepoint"]) +
jt(["test", "specs", ":next"]) +
jt(["test", "basictest"]),
},

Expand Down

0 comments on commit 1c34b1e

Please sign in to comment.