summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-05 10:50:21 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-03-05 10:53:11 +0000
commit7363d20300b19a60b36e45a9c8bce4d54e24fe9a (patch)
tree9f9d6202f46c7331e22d2f9439ab9d879568a77e /vespalib
parente18f87ea69a2e7f60ca60cf7b8516125d1807363 (diff)
openblas obviously requires a large portion of memory just to start be linked in.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/exception_classes/silenceuncaught_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp b/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
index 34ea78db2fc..ebb98823033 100644
--- a/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
+++ b/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
@@ -30,7 +30,7 @@ TEST("that caught silenced exception causes exitcode 0") {
}
TEST("that mmap within limits are fine cause exitcode 0") {
- SlaveProc proc("exec ./vespalib_mmap_app 100000000 10485760 1");
+ SlaveProc proc("exec ./vespalib_mmap_app 150000000 10485760 1");
proc.wait();
EXPECT_EQUAL(proc.getExitCode(), 0);
}