mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build.zig: bump maxrss for behavior tests
This commit is contained in:
parent
40d11cc25a
commit
a59c35cbf8
1 changed files with 2 additions and 2 deletions
|
|
@ -460,8 +460,8 @@ pub fn build(b: *std.Build) !void {
|
||||||
.skip_linux = skip_linux,
|
.skip_linux = skip_linux,
|
||||||
.skip_llvm = skip_llvm,
|
.skip_llvm = skip_llvm,
|
||||||
.skip_libc = skip_libc,
|
.skip_libc = skip_libc,
|
||||||
// 2923515904 was observed on an x86_64-linux-gnu host.
|
// 3888779264 was observed on an x86_64-linux-gnu host.
|
||||||
.max_rss = 3100000000,
|
.max_rss = 4000000000,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
test_modules_step.dependOn(tests.addModuleTests(b, .{
|
test_modules_step.dependOn(tests.addModuleTests(b, .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue