From f127322aa32c32490e557613a47d3f63d4d51071 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 7 Jun 2023 00:34:02 +0200 Subject: [PATCH] test refactor: be more generous with timeout values --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 1cca9f6..2942d16 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -96,7 +96,7 @@ jobs: test_proxy.py \ test_install.py \ test_extensions.py - timeout-minutes: 10 + timeout-minutes: 15 - name: show logs run: | .github/integration-test.py show-logs basic-tests @@ -108,7 +108,7 @@ jobs: ${{ matrix.extra_flags }} \ test_admin_installer.py \ test_simplest_plugin.py - timeout-minutes: 5 + timeout-minutes: 15 - name: show logs run: | .github/integration-test.py show-logs admin-plugin-tests