We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960c0bd commit cf5d85fCopy full SHA for cf5d85f
1 file changed
.github/workflows/hive-consume.yaml
@@ -139,6 +139,16 @@ jobs:
139
--sim.limit="${{ matrix.sim_limit }}" \
140
--docker.output
141
142
+ - name: Build Hive client images
143
+ if: matrix.mode == 'dev'
144
+ run: |
145
+ cd hive
146
+ ./hive \
147
+ --client go-ethereum \
148
+ --client-file ../execution-specs/.github/configs/hive/latest.yaml \
149
+ --docker.buildoutput
150
+ timeout-minutes: 10
151
+
152
- name: Start Hive in dev mode
153
if: matrix.mode == 'dev'
154
id: start-hive
@@ -147,7 +157,7 @@ jobs:
157
clients: go-ethereum
158
client-file: execution-specs/.github/configs/hive/latest.yaml
159
hive-path: hive
- timeout: "120"
160
+ timeout: "30"
161
162
- name: Run consume in dev mode
163
0 commit comments