jest: bump the timeout

5s is too rapid for a laptop. Bump the timeout to 15s to have a little
room.
This commit is contained in:
Thomas Lavocat 2023-08-08 11:52:05 +02:00 committed by Thomas Lavocat
parent dd54af2c7b
commit dc3cac8902

View file

@ -50,7 +50,8 @@
],
"setupFilesAfterEnv": [
"./src/test/jest.setup.js"
]
],
"testTimeout": 10000
},
"devDependencies": {
"@babel/core": "7.22.9",