Skip to content

Commit

Permalink
test(bundler): fix timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 15, 2024
1 parent fb13c41 commit 43489ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundler-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@morpho-org/simulation-sdk-wagmi": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.2.0",
"lodash": "^4.17.21",
Expand Down
3 changes: 3 additions & 0 deletions packages/bundler-sdk/test/populateBundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ import { format } from "@morpho-org/morpho-ts";
import { Erc20Errors } from "@morpho-org/simulation-sdk";
import { useSimulationState } from "@morpho-org/simulation-sdk-wagmi";
import { renderHook, waitFor } from "@morpho-org/test-wagmi";
import { configure } from "@testing-library/dom";
import { maxUint256, parseEther, parseUnits, zeroAddress } from "viem";
import { describe, expect } from "vitest";
import { donate, donator, setupBundle } from "./helpers.js";
import { test } from "./setup.js";

configure({ asyncUtilTimeout: 5_000 });

describe("populateBundle", () => {
describe("with signatures", () => {
describe("ethereum", () => {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2664,6 +2664,7 @@ __metadata:
"@morpho-org/simulation-sdk-wagmi": "workspace:^"
"@morpho-org/test-viem": "workspace:^"
"@morpho-org/test-wagmi": "workspace:^"
"@testing-library/dom": "npm:^10.4.0"
"@types/lodash": "npm:^4.17.7"
"@types/node": "npm:^22.2.0"
lodash: "npm:^4.17.21"
Expand Down

0 comments on commit 43489ff

Please sign in to comment.