There was an error while loading. Please reload this page.
1 parent deb9c9b commit f4c4f87Copy full SHA for f4c4f87
1 file changed
test/src/wf.test.ts
@@ -21,7 +21,7 @@ import { blockSpec } from "this-block";
21
* Until that fixture exists, the block is verified end-to-end manually
22
* via the desktop app + pl MCP server against real upstream data.
23
*/
24
-blockTest("block loads without crashing", async ({ rawPrj: project }) => {
+blockTest("block loads without crashing", { timeout: 10000 }, async ({ rawPrj: project }) => {
25
const blockId = await project.addBlock("3D Structure-Based Liabilities", blockSpec);
26
const overview = await project.overview.getValue();
27
const block = overview?.blocks.find((b) => b.id === blockId);
0 commit comments