desktop: increase hookTimeout ton 120 seconds

This commit is contained in:
Abdullah Atta
2025-07-21 09:35:39 +05:00
parent 0f6622360c
commit a7c857fb71

View File

@@ -21,7 +21,8 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
testTimeout: process.env.CI ? 120 * 1000 : 120 * 1000,
testTimeout: 120 * 1000,
hookTimeout: 120 * 1000,
sequence: {
concurrent: true,
shuffle: true