Default parallel config option to false
This commit is contained in:
parent
8f4e454f89
commit
6460615923
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@
|
||||||
"cpus": "0.25",
|
"cpus": "0.25",
|
||||||
"timeout": 10000,
|
"timeout": 10000,
|
||||||
"prepare": false,
|
"prepare": false,
|
||||||
"parallel": true,
|
"parallel": false,
|
||||||
"concurrent": 10
|
"concurrent": 10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue