Skip to content

Commit

Permalink
add 10s to all scaffold tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asanehisa committed Feb 18, 2025
1 parent c708896 commit 53586d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/pages/src/scaffold/template/sampleTemplates.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("visualEditorTemplateCode", () => {
fs.unlinkSync("test.tsx");
}
}
});
}, 10000);
});

describe("staticTemplate", () => {
Expand All @@ -75,7 +75,7 @@ describe("staticTemplate", () => {
fs.unlinkSync("test.tsx");
}
}
});
}, 10000);
});

describe("dynamicTemplate", () => {
Expand All @@ -98,5 +98,5 @@ describe("dynamicTemplate", () => {
fs.unlinkSync("test.tsx");
}
}
});
}, 10000);
});

0 comments on commit 53586d8

Please sign in to comment.