Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit ac16b46

Browse files
clopezjgraham
authored andcommitted
taskcluster: raise testharness chunks to 16 (#19724)
* Some testharness runs are timing out on the daily runs of webkitgtk. * Before trying to raise the timeout, try to raise the number of chunks.
1 parent a536bc2 commit ac16b46

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.taskcluster.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,22 @@ tasks:
2525
}
2626
each(browser):
2727
$map:
28-
- [testharness, 1, 15]
29-
- [testharness, 2, 15]
30-
- [testharness, 3, 15]
31-
- [testharness, 4, 15]
32-
- [testharness, 5, 15]
33-
- [testharness, 6, 15]
34-
- [testharness, 7, 15]
35-
- [testharness, 8, 15]
36-
- [testharness, 9, 15]
37-
- [testharness, 10, 15]
38-
- [testharness, 11, 15]
39-
- [testharness, 12, 15]
40-
- [testharness, 13, 15]
41-
- [testharness, 14, 15]
42-
- [testharness, 15, 15]
28+
- [testharness, 1, 16]
29+
- [testharness, 2, 16]
30+
- [testharness, 3, 16]
31+
- [testharness, 4, 16]
32+
- [testharness, 5, 16]
33+
- [testharness, 6, 16]
34+
- [testharness, 7, 16]
35+
- [testharness, 8, 16]
36+
- [testharness, 9, 16]
37+
- [testharness, 10, 16]
38+
- [testharness, 11, 16]
39+
- [testharness, 12, 16]
40+
- [testharness, 13, 16]
41+
- [testharness, 14, 16]
42+
- [testharness, 15, 16]
43+
- [testharness, 16, 16]
4344
- [reftest, 1, 5]
4445
- [reftest, 2, 5]
4546
- [reftest, 3, 5]

0 commit comments

Comments
 (0)