We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567d889 commit 20a13a6Copy full SHA for 20a13a6
src/tools/compiletest/src/read2.rs
@@ -38,7 +38,7 @@ pub fn read2_abbreviated(
38
Ok((Output { status, stdout: stdout.into_bytes(), stderr: stderr.into_bytes() }, truncated))
39
}
40
41
-const MAX_OUT_LEN: usize = 512 * 1024;
+const MAX_OUT_LEN: usize = 512 * 1024 * 1024;
42
43
// Whenever a path is filtered when counting the length of the output, we need to add some
44
// placeholder length to ensure a compiler emitting only filtered paths doesn't cause a OOM.
0 commit comments