aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-09-02 14:14:17 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2020-09-02 14:14:17 +0200
commit7589c9f215ea1254da84b66dcd3ce2fbee8ce303 (patch)
treefeca0bcc8831d35d5e8138b098360791c8f7a67d /searchcore
parentd2711310822f39f4e5aa4eb4cc107e9f84719450 (diff)
Annotate some expensive tests to allow them to start first when running in parallel.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt b/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt
index 9f34fdc794f..6bda19b77a3 100644
--- a/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt
+++ b/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt
@@ -3,4 +3,5 @@ vespa_add_test(
NAME searchcore_persistenceconformance_test_app
COMMAND searchcore_persistenceconformance_test_app
ENVIRONMENT "VESPA_LOG_TARGET=file:vlog.txt"
+ COST 200
)