From b4e6c996344d46c5bac2c3b93de244f464c10611 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Mon, 9 Sep 2024 12:14:25 +0300 Subject: [PATCH] Changed --reruns 3 -> 5 in the CI (to mitigate docker failures) --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 2c40fbb7..5625989f 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -298,7 +298,7 @@ jobs: working-directory: examples/hybrid_setup timeout-minutes: 10 run: | - pytest -xsv tests --reruns 3 --rerun-except AssertionError + pytest -xsv tests --reruns 5 --rerun-except AssertionError vhost: runs-on: ${{ matrix.os }}