chore: remove timeouts

This commit is contained in:
Bijin A B
2026-05-11 19:58:08 +05:30
parent fe4a7b50dd
commit 38bb185796
5 changed files with 4 additions and 17 deletions

View File

@@ -4,8 +4,6 @@ import { test, expect, closeElectronApp } from '../../../playwright';
import { waitForReadyPage } from '../../utils/page';
test.describe('Default Workspace', () => {
test.setTimeout(90000);
test.describe('First Launch', () => {
test('should create default workspace with "My Workspace" name on first launch', async ({ launchElectronApp, createTmpDir }) => {
const userDataPath = await createTmpDir('default-workspace-first-launch');

View File

@@ -8,8 +8,6 @@ const env = {
};
test.describe('Default Workspace Migration', () => {
test.setTimeout(90000);
test.describe('Migration from lastOpenedCollections', () => {
test('should migrate collections from lastOpenedCollections to new workspace', async ({ launchElectronApp, createTmpDir }) => {
const userDataPath = await createTmpDir('default-workspace-migration');

View File

@@ -4,8 +4,6 @@ import { test, expect, closeElectronApp } from '../../../playwright';
import { waitForReadyPage } from '../../utils/page';
test.describe('Default Workspace Recovery and Backup', () => {
test.setTimeout(90000);
test.describe('Global Environments Backup', () => {
test('should create backup file for global environments during migration', async ({ launchElectronApp, createTmpDir }) => {
const userDataPath = await createTmpDir('global-env-backup');