Reduce concurrency for CI
This commit is contained in:
parent
728ec07f9d
commit
3fa097dfc6
|
@ -11,7 +11,7 @@ import * as api from "./api";
|
|||
import { LangConfig, langs } from "./langs";
|
||||
|
||||
const TIMEOUT_SECS = 5;
|
||||
const CONCURRENCY = 2;
|
||||
const CONCURRENCY = 1;
|
||||
|
||||
function findPosition(str: string, idx: number) {
|
||||
const lines = str.substring(0, idx).split("\n");
|
||||
|
|
Loading…
Reference in New Issue