fix: refs #6695 checkErrors(folderName)
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-11 08:36:34 +01:00
parent 034f27432d
commit cc7251a336
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ export default defineConfig({
},
experimentalMemoryManagement: true,
defaultCommandTimeout: 10000,
numTestsKeptInMemory: 1000,
numTestsKeptInMemory: 1,
});