Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}:\
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_testing_core-tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de2875b9ee563468daf60d78527ff40c
728bae6d7db0b6f024e4c2e4b586c286
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_testing_providers-tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71fa5f575e7628b431cb71a6ef749e00
48daec725c30c377f5af9fc2137b4cfa
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down