Skip to content

Commit

Permalink
fix: increase memory for test libraries job
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed May 20, 2024
1 parent 1e9ea26 commit 623366c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ describe("RecipientField", () => {
recipientDomain: undefined,
});
});
expect(screen.getByText("No address found for this domain")).toBeTruthy();
await waitFor(() => {
expect(screen.getByText("No address found for this domain")).toBeTruthy();
});

expect(screen.getByTestId("domain-error-no-resolution")).toBeTruthy();
});
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"pre:lld": "pnpm turbo pre-build --no-daemon --filter=ledger-live-desktop",
"nightly": "pnpm turbo nightly --no-daemon",
"nightly:lld": "pnpm turbo nightly --no-daemon --filter=ledger-live-desktop",
"test": "pnpm turbo test --no-daemon --concurrency=100%",
"test": "pnpm turbo test --no-daemon --concurrency=50%",
"run:cli": "./apps/cli/bin/index.js",
"lint": "pnpm turbo lint --no-daemon",
"lint:fix": "pnpm turbo lint:fix --no-daemon",
Expand Down

0 comments on commit 623366c

Please sign in to comment.