From 37c141e7a9b3f7c51f540829cf462ad0779a758b Mon Sep 17 00:00:00 2001 From: Will Sackfield Date: Tue, 15 Oct 2024 08:52:47 -0700 Subject: [PATCH] Increase test timeouts (#1992) * Increase test timeouts to 20 minutes to allow for new tests focused around timeliness concepts such as waiting for events. --- .github/workflows/ci.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d020677188..8297a29070 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: name: "Test integration" needs: build-python runs-on: ubuntu-latest-16-cores - timeout-minutes: 10 + timeout-minutes: 20 steps: - uses: actions/checkout@v4 with: diff --git a/tox.ini b/tox.ini index a6f2e039dd..fbf6441e29 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ source = .tox/*/lib/python*/site-packages/cog [pytest] -addopts = --timeout=10 +addopts = --timeout=20 [testenv] package = wheel