mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Linux workers are fast enough that we can get away with only two WPT chunks
This commit is contained in:
parent
c5008356f3
commit
ce98850162
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def main():
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
total_chunks = 4
|
total_chunks = 2
|
||||||
for i in range(total_chunks):
|
for i in range(total_chunks):
|
||||||
chunk = i + 1
|
chunk = i + 1
|
||||||
create_run_task(
|
create_run_task(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue