test(backend): Verhoog vitest timeout
This commit is contained in:
parent
6097be3c79
commit
8a0b4b62a7
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
environment: 'node',
|
environment: 'node',
|
||||||
globals: true,
|
globals: true,
|
||||||
testTimeout: 10000,
|
testTimeout: 100000,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue