Skip to content

Commit 6370ccb

Browse files
authored
fix(l1): extend fetch head timeout for hive sync test (#2648)
**Motivation** Snap sync hive test has been flaky lately, after running with debug output on the CI the problem seems to be a timeout when fetching the latest block. A [PR](lambdaclass/hive#22) was added to our hive fork to extend this timeout so the test doesn't fail. The timeout for the whole sync process has been left unchanged <!-- Why does this pull request exist? What are its goals? --> **Description** * Extends the timeout for fetching the latest block on the sync hive test suite * Update Hive ref <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent 33e34ef commit 6370ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stop-localnet-silent:
7676
@kurtosis enclave stop $(ENCLAVE) >/dev/null 2>&1 || true
7777
@kurtosis enclave rm $(ENCLAVE) --force >/dev/null 2>&1 || true
7878

79-
HIVE_REVISION := d98bcfa37f501f4ea1869d0a79fde35ed472937f
79+
HIVE_REVISION := f9004c7e85de003bbdeb4fbcc4a9dbf8c3c4c9c2
8080
# Shallow clones can't specify a single revision, but at least we avoid working
8181
# the whole history by making it shallow since a given date (one day before our
8282
# target revision).

0 commit comments

Comments
 (0)