Skip to content

Commit 73263ee

Browse files
committed
test: allow two Godot exports to finish on CI
1 parent db18b06 commit 73263ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/game-nodes/tests/game-nodes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ describe("ExportGodotProject", () => {
435435
expect(await workspace.readText("game/scripts/player.gd")).toContain(
436436
"# hand edited"
437437
);
438-
});
438+
}, 15_000);
439439

440440
it("exports the template's own art when nothing was filled", async () => {
441441
// The blank-template path (game-prd § 4.1): a project that runs in Godot

0 commit comments

Comments
 (0)