Skip to content

Commit

Permalink
fix: do not use worker thread for n-historical state e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 30, 2024
1 parent 2dc0989 commit 0b90609
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe(
params: testParams,
options: {
sync: {isSingleNode: true},
network: {allowPublishToZeroPeers: true, mdns: true},
network: {allowPublishToZeroPeers: true, mdns: true, useWorker: false},
// run the first bn with ReorgedForkChoice, no nHistoricalStates flag so it does not have to reload
chain: {
blsVerifyAllMainThread: true,
Expand All @@ -296,7 +296,7 @@ describe(
params: testParams,
options: {
api: {rest: {enabled: false}},
network: {mdns: true},
network: {mdns: true, useWorker: false},
// run the 2nd bn with nHistoricalStates flag and the configured maxBlockStates, maxCPStateEpochsInMemory
chain: {
blsVerifyAllMainThread: true,
Expand Down

0 comments on commit 0b90609

Please sign in to comment.