From f7d7842454a60644f70f114657772465117c2f14 Mon Sep 17 00:00:00 2001 From: Panos Date: Sat, 11 Oct 2025 15:13:58 +0100 Subject: [PATCH] Enabled autoreruns for CI --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14f5dff..9f93725 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,6 +48,8 @@ jobs: command: | pytest ci/integration_tests name: Integration + max_auto_reruns: 3 + auto_rerun_delay: 10s - run: command: | flake8 ssh