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

@@ -24,8 +24,6 @@ function findCreatedWorkspaceDirs(location: string): string[] {
}
test.describe('Create Workspace', () => {
test.setTimeout(90000);
test.describe('Inline Creation Flow', () => {
test('should create workspace via inline rename and press Enter', async ({ launchElectronApp, createTmpDir }) => {
const wsLocation = await createTmpDir('ws-location-enter');