File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
echo "features=$(cat features.json)" >> "$GITHUB_OUTPUT"
30
30
build :
31
31
needs : features
32
- runs-on : [self-hosted-ghr, size-chungus-x64]
32
+ runs-on : [self-hosted-ghr, size-megachungus-x64]
33
+ timeout-minutes : 720
33
34
strategy :
34
35
matrix :
35
36
name : ${{ fromJson(needs.features.outputs.features) }}
60
61
release_name : ${{ matrix.name }}
61
62
uv_version : ${{ vars.UV_VERSION }}
62
63
python_version : ${{ vars.DEFAULT_PYTHON_VERSION }}
63
- timeout-minutes : 720
64
64
release :
65
65
runs-on : ubuntu-latest
66
66
needs : build
Original file line number Diff line number Diff line change 23
23
echo names=${names}
24
24
echo names=${names} >> "$GITHUB_OUTPUT"
25
25
build :
26
- runs-on : [self-hosted-ghr, size-chungus-x64]
27
26
needs : feature-names
27
+ runs-on : [self-hosted-ghr, size-megachungus-x64]
28
+ timeout-minutes : 720
28
29
strategy :
29
30
matrix :
30
31
feature : ${{ fromJSON(needs.feature-names.outputs.names) }}
55
56
release_name : ${{ matrix.feature }}
56
57
uv_version : ${{ vars.UV_VERSION }}
57
58
python_version : ${{ vars.DEFAULT_PYTHON_VERSION }}
58
- timeout-minutes : 720
59
59
release :
60
60
runs-on : ubuntu-latest
61
61
needs : build
Original file line number Diff line number Diff line change 38
38
39
39
# TODO: reduce NORMAL_SERVER_TIMEOUT back down to 20 once BLS timeout issue is resolved:
40
40
# https://github.com/ethereum/execution-spec-tests/issues/1894
41
- NORMAL_SERVER_TIMEOUT = 180
42
- SLOW_REQUEST_TIMEOUT = 180
41
+ NORMAL_SERVER_TIMEOUT = 600
42
+ SLOW_REQUEST_TIMEOUT = 600
43
43
44
44
45
45
def get_valid_transition_tool_names () -> set [str ]:
You can’t perform that action at this time.
0 commit comments