aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib
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 /vdslib
parentd2711310822f39f4e5aa4eb4cc107e9f84719450 (diff)
Annotate some expensive tests to allow them to start first when running in parallel.
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdslib/src/tests/CMakeLists.txt b/vdslib/src/tests/CMakeLists.txt
index ba5f0f9c08d..bc230a7157b 100644
--- a/vdslib/src/tests/CMakeLists.txt
+++ b/vdslib/src/tests/CMakeLists.txt
@@ -17,4 +17,5 @@ vespa_add_executable(vdslib_gtest_runner_app TEST
vespa_add_test(
NAME vdslib_gtest_runner_app
COMMAND vdslib_gtest_runner_app
+ COST 300
)