summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2019-12-13 13:50:03 +0000
committerHåvard Pettersen <havardpe@oath.com>2019-12-13 13:50:03 +0000
commitc183c227b22af243c9f61e7b94cb02bd4b9dc3d5 (patch)
tree7c66c1f6d7abf6a29a5f9418461d9d3eff065c91 /eval
parent6b05a3262db1f5fe7fd2a70740bc8c33ef389af7 (diff)
give valgrind more time
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/eval/compile_cache/compile_cache_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/eval/compile_cache/compile_cache_test.cpp b/eval/src/tests/eval/compile_cache/compile_cache_test.cpp
index 01a29b9b9e8..09bc2f2e0ee 100644
--- a/eval/src/tests/eval/compile_cache/compile_cache_test.cpp
+++ b/eval/src/tests/eval/compile_cache/compile_cache_test.cpp
@@ -191,7 +191,7 @@ TEST_F("compile sequentially, then run all conformance tests", test::EvalSpec())
}
}
-TEST_FF("compile concurrently (8 threads), then run all conformance tests", test::EvalSpec(), TimeBomb(60)) {
+TEST_F("compile concurrently (8 threads), then run all conformance tests", test::EvalSpec()) {
f1.add_all_cases();
ThreadStackExecutor executor(8, 256*1024);
CompileCache::attach_executor(executor);