feat: retry forgetting device when device is busy (#26)
This commit is contained in:
committed by
GitHub
parent
4250c1583b
commit
af1aa62b3f
19
.github/workflows/acctest.yml
vendored
19
.github/workflows/acctest.yml
vendored
@@ -1,15 +1,23 @@
|
||||
name: Acceptance Tests
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
paths:
|
||||
- "internal/**"
|
||||
- "scripts/**"
|
||||
- "tools/**"
|
||||
- "main.go"
|
||||
- "docker-compose.yaml"
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
tags:
|
||||
- "v*"
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
paths:
|
||||
- "internal/**"
|
||||
- "scripts/**"
|
||||
- "tools/**"
|
||||
- "main.go"
|
||||
- "docker-compose.yaml"
|
||||
schedule:
|
||||
- cron: "0 13 * * *"
|
||||
jobs:
|
||||
@@ -55,4 +63,5 @@ jobs:
|
||||
timeout_minutes: 20
|
||||
max_attempts: 3
|
||||
command: make testacc TEST_TIMEOUT=1h UNIFI_STDOUT=true UNIFI_VERSION=${{ matrix.unifi_download_url && 'beta' || matrix.unifi_version }} UNIFI_DOWNLOAD_URL=${{ matrix.unifi_download_url }}
|
||||
retry_on: "timeout"
|
||||
# retry_on: "all"
|
||||
retry_on: "timeout"
|
||||
Reference in New Issue
Block a user