Skip to content

Commit

Permalink
Increase hook timeout for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2024
1 parent 7c0ba1c commit 053d9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/test/e2e/web3signer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {IndicesService} from "../../src/services/indices.js";
import {testLogger} from "../utils/logger.js";

describe("web3signer signature test", function () {
vi.setConfig({testTimeout: 60_000});
vi.setConfig({testTimeout: 60_000, hookTimeout: 60_000});

const altairSlot = 2375711;
const epoch = 0;
Expand Down

0 comments on commit 053d9fa

Please sign in to comment.