From 1cd6287104bd0543f51209127b6fe483acc37e56 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 10 Oct 2022 10:59:44 +0200 Subject: [PATCH] Check tests more for flakyness --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ca13c8f4..5ad6360f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -539,7 +539,7 @@ jobs: test-flakyness: description: Runs a test multiple times to see if it's flaky - parallelism: 32 + parallelism: 64 parameters: pg_major: description: 'postgres major version' @@ -561,7 +561,7 @@ jobs: runs: description: 'number of times that the test should be run in total' type: integer - default: 1600 + default: 2400 docker: - image: '<< parameters.image >>:<< parameters.image_tag >><< pipeline.parameters.image_suffix >>' working_directory: /home/circleci/project