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 @@
3994a1f1c31659f613b020d9e1ae8e30
f822aa3163d91058d2aebd7a08f427dc
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 @@
6724a14069a7d1f0ba001f97e65a925b
cb66781a27d477dc31195b0dfa7aface
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
Loading