Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 31, 2025
1 parent fa9c4b8 commit 4fc6a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/vitest.config.base.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export default defineConfig({
connectTimeout: 90_0000,
instances: [
// TODO: Add support for webkit when available
// Invalid types from webdriverio for capabilities
// Invalid types from webdriverio for capabilities
{
browser: "firefox",
maxConcurrency: 1,
capabilities: {
browserVersion: "stable",
},
} as never,
// Invalid types from webdriverio for capabilities
// Invalid types from webdriverio for capabilities
{
browser: "chrome",
maxConcurrency: 1,
Expand Down
2 changes: 2 additions & 0 deletions packages/state-transition/test/unit/cachedBeaconState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ describe("CachedBeaconState", () => {
});

describe("loadCachedBeaconState", () => {
vi.setConfig({testTimeout: 25_000, hookTimeout: 25_000});

const numValidator = 16;
const pubkeys = interopPubkeysCached(2 * numValidator);

Expand Down

0 comments on commit 4fc6a6a

Please sign in to comment.