mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
chore: remove timeouts
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user