App tests hang on Windows with Python 3.9 (#15385)

App tests hang on Windows with Python 3.8
This commit is contained in:
Carlos Mocholí 2022-10-28 13:01:55 +02:00 committed by GitHub
parent 5eafa52596
commit 6b8f394001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ subprojects:
- "app-pytest (ubuntu-20.04, lightning, 3.9, latest)"
- "app-pytest (windows-2022, app, 3.8, latest)"
- "app-pytest (windows-2022, app, 3.8, oldest)"
- "app-pytest (windows-2022, lightning, 3.9, latest)"
- "app-pytest (windows-2022, lightning, 3.8, latest)"
- id: "lightning_app: Examples"
paths:

View File

@ -40,7 +40,7 @@ jobs:
# "lightning" installs the monolithic package
- {os: "macOS-11", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
- {os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
- {os: "windows-2022", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
- {os: "windows-2022", pkg-name: "lightning", python-version: "3.8", requires: "latest"}
# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 30