This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b18240f506 Increase timeout for Pytest collection to 8 minutes (#30446)
b18240f506 is described below
commit b18240f506d4e9fd76d4ba6c9316c1fb68fa7ba2
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Apr 3 22:31:34 2023 +0200
Increase timeout for Pytest collection to 8 minutes (#30446)
Pytest collection started to fail randomly as it gets closer to 5
minutes. We should likely improve the speed but for now we can
just increase the timeout.
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 64b22427a4..034c8def3e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -834,7 +834,7 @@ jobs:
uses: ./.github/actions/post_tests
test-pytest-collection:
- timeout-minutes: 5
+ timeout-minutes: 8
name: "Test Pytest collection"
runs-on: "${{needs.build-info.outputs.runs-on}}"
needs: [build-info, wait-for-ci-images]