ci: refs #6695 try use cache
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 13:09:36 +01:00
parent fd986fa11c
commit a2216571b6
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ export default defineConfig({
},
experimentalMemoryManagement: true,
defaultCommandTimeout: 10000,
numTestsKeptInMemory: 0,
numTestsKeptInMemory: 2,
});