Skip to content

Commit f4c4f87

Browse files
committed
Increase test timeout
1 parent deb9c9b commit f4c4f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/wf.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { blockSpec } from "this-block";
2121
* Until that fixture exists, the block is verified end-to-end manually
2222
* via the desktop app + pl MCP server against real upstream data.
2323
*/
24-
blockTest("block loads without crashing", async ({ rawPrj: project }) => {
24+
blockTest("block loads without crashing", { timeout: 10000 }, async ({ rawPrj: project }) => {
2525
const blockId = await project.addBlock("3D Structure-Based Liabilities", blockSpec);
2626
const overview = await project.overview.getValue();
2727
const block = overview?.blocks.find((b) => b.id === blockId);

0 commit comments

Comments
 (0)