mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
update NSS to 3.44.2
This commit is contained in:
parent
d169fea758
commit
240ca3c878
6 changed files with 36 additions and 18 deletions
|
|
@ -139,7 +139,8 @@ queue.map(task => {
|
|||
}
|
||||
|
||||
// Windows is slow.
|
||||
if (task.platform == "windows2012-64" && task.tests == "chains") {
|
||||
if ((task.platform == "windows2012-32" || task.platform == "windows2012-64") &&
|
||||
task.tests == "chains") {
|
||||
task.maxRunTime = 7200;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue