Skip to content

Commit 9ed0d16

Browse files
committed
Fix
1 parent c0f4b5b commit 9ed0d16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/components/dashboard-action-widget/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe("DashboardWidget", () => {
192192

193193
(globalThis as any).navigator = originalNavigator;
194194
messageSpy.mockRestore();
195-
}, 10000);
195+
});
196196

197197
it("copies filtered results again after search", async () => {
198198
mockGetWidgetCls.mockReturnValue([Input, {}]);

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import EnvironmentPlugin from "vite-plugin-environment";
66
export default defineConfig({
77
plugins: [react(), EnvironmentPlugin("all", { prefix: "" })],
88
test: {
9+
testTimeout: 20000,
910
setupFiles: ["src/test-setup.ts"],
1011
coverage: {
1112
provider: "v8",

0 commit comments

Comments
 (0)