aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2019-12-13 14:53:07 +0100
committerGitHub <noreply@github.com>2019-12-13 14:53:07 +0100
commitc7b9bb6679d67510881e3bba725f5f368783772e (patch)
tree7c66c1f6d7abf6a29a5f9418461d9d3eff065c91
parent6b05a3262db1f5fe7fd2a70740bc8c33ef389af7 (diff)
parentc183c227b22af243c9f61e7b94cb02bd4b9dc3d5 (diff)
Merge pull request #11564 from vespa-engine/havardpe/give-valgrind-more-time
give valgrind more time
-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);