Ostensibly fix all flaky tests
This commit is contained in:
parent
b7c65bcd6c
commit
4e2d98b7f3
|
@ -1650,7 +1650,7 @@ main :: Effect Unit
|
||||||
main = do
|
main = do
|
||||||
log "Hello, world!"
|
log "Hello, world!"
|
||||||
`,
|
`,
|
||||||
timeout: 45,
|
timeout: 60,
|
||||||
},
|
},
|
||||||
python: {
|
python: {
|
||||||
aliases: ["python3", "python2", "py"],
|
aliases: ["python3", "python2", "py"],
|
||||||
|
|
|
@ -11,7 +11,7 @@ import * as api from "./api";
|
||||||
import { LangConfig, langs } from "./langs";
|
import { LangConfig, langs } from "./langs";
|
||||||
|
|
||||||
const TIMEOUT_SECS = 5;
|
const TIMEOUT_SECS = 5;
|
||||||
const CONCURRENCY = 16;
|
const CONCURRENCY = 2;
|
||||||
|
|
||||||
function findPosition(str: string, idx: number) {
|
function findPosition(str: string, idx: number) {
|
||||||
const lines = str.substring(0, idx).split("\n");
|
const lines = str.substring(0, idx).split("\n");
|
||||||
|
|
Loading…
Reference in New Issue