Skip to content

Commit

Permalink
Increase timeout in getAttestationsForBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Aug 10, 2021
1 parent 02d6408 commit 3edb045
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ describe("getAttestationsForBlock", () => {

let originalState: allForks.CachedBeaconState<allForks.BeaconState>;

before(() => {
before(function () {
this.timeout(2 * 60 * 1000); // Generating the states for the first time is very slow

originalState = (generatePerfTestCachedStateAltair({
goBackOneSlot: true,
}) as unknown) as allForks.CachedBeaconState<allForks.BeaconState>;
Expand Down

0 comments on commit 3edb045

Please sign in to comment.