From 2fa2322d7c0f7a04b06644df901f8feeddce600d Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 26 Aug 2022 22:46:34 +1200 Subject: [PATCH] Double max test attempts --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11c36b1..0160ff9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -267,7 +267,7 @@ jobs: command: godot --no-window -s addons/gut/gut_cmdln.gd -gconfig=test/.gutconfig.ci.json retry_on: error timeout_minutes: 5 - max_attempts: 3 + max_attempts: 6 - name: Run unix tests if: ${{ matrix.os != 'windows-latest' }} uses: nick-fields/retry@v2 @@ -275,7 +275,7 @@ jobs: command: godot --no-window -s addons/gut/gut_cmdln.gd -gconfig=test/.gutconfig.unix.json retry_on: error timeout_minutes: 5 - max_attempts: 3 + max_attempts: 6 # Git archive should only include addons/godot_xterm directory.