mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Double max test attempts
This commit is contained in:
parent
b97c7116a7
commit
2fa2322d7c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue