diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 8bd5816345c97..4b99ac6031137 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -124,7 +124,7 @@ permissions: contents: read jobs: tests: - timeout-minutes: 35 + timeout-minutes: 65 name: "\ ${{ inputs.test-scope }}-${{ inputs.test-group }}:\ ${{ inputs.test-name }}${{ inputs.test-name-separator }}${{ matrix.backend-version }}:\ diff --git a/dev/breeze/doc/images/output_testing_core-tests.txt b/dev/breeze/doc/images/output_testing_core-tests.txt index db0767e5fdf88..97c1e30f230f0 100644 --- a/dev/breeze/doc/images/output_testing_core-tests.txt +++ b/dev/breeze/doc/images/output_testing_core-tests.txt @@ -1 +1 @@ -de2875b9ee563468daf60d78527ff40c +728bae6d7db0b6f024e4c2e4b586c286 diff --git a/dev/breeze/doc/images/output_testing_providers-tests.txt b/dev/breeze/doc/images/output_testing_providers-tests.txt index 901b4ab678a4d..95ea6c9084a10 100644 --- a/dev/breeze/doc/images/output_testing_providers-tests.txt +++ b/dev/breeze/doc/images/output_testing_providers-tests.txt @@ -1 +1 @@ -71fa5f575e7628b431cb71a6ef749e00 +48daec725c30c377f5af9fc2137b4cfa diff --git a/dev/breeze/src/airflow_breeze/commands/testing_commands.py b/dev/breeze/src/airflow_breeze/commands/testing_commands.py index 617486f80080c..29aedd78035ad 100644 --- a/dev/breeze/src/airflow_breeze/commands/testing_commands.py +++ b/dev/breeze/src/airflow_breeze/commands/testing_commands.py @@ -103,7 +103,7 @@ GRACE_CONTAINER_STOP_TIMEOUT = 10 # Timeout in seconds to wait for containers to get killed LOW_MEMORY_CONDITION = 8 * 1024 * 1024 * 1024 # 8 GB -DEFAULT_TOTAL_TEST_TIMEOUT = 30 * 60 # 30 minutes +DEFAULT_TOTAL_TEST_TIMEOUT = 60 * 60 # 60 minutes logs_already_dumped = False