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 29, 2024
1 parent 941ddd5 commit 8c18c82
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 8c18c82

Please sign in to comment.