From 772d08cc115c7dfbc813cab9fb8fa6701200d1db Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Sat, 7 Sep 2024 09:31:12 +0100 Subject: [PATCH] Start the slowest tests first cc @jcheng. In very casual benchmarking this brings the total test time down from 19s to 14s, and if we wanted to do more we could split the resp-stream tests into two pieces to further improve parallelism. --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index fe37a696..93ef2e5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -49,6 +49,7 @@ VignetteBuilder: Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/testthat/parallel: true +Config/testthat/start-first: resp-stream, req-perform Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2