Skip to content
Snippets Groups Projects
Commit 7788ce9e authored by BITARD Michaël's avatar BITARD Michaël Committed by MAUBERT Vincent
Browse files

chore(tests): améliore la résilience des tests d'intégration (!1491)

parent 1023f954
No related branches found
No related tags found
1 merge request!1491chore(tests): améliore la résilience des tests d'intégration
Pipeline #403705 failed
default:
tags: [global, shared]
interruptible: true
tags: [global, shared]
stages:
- prepare
......
......@@ -20,7 +20,9 @@ api/test/integration:
- name: postgis/postgis:16-3.4
alias: postgres
stage: test
script: make test/api-integration
script:
- ./.gitlab/wait-for-it.sh -h ${PGHOST} -p ${PGPORT} -t 30 -- echo 'done'
- make test/api-integration
api/type:
extends: .prepare-node-run
stage: test
......
......@@ -13,7 +13,7 @@ export default defineConfig({
},
setupFiles: path.resolve(__dirname, './tests/vitestSetup.ts'),
testTimeout: 10000,
hookTimeout: 30000,
hookTimeout: 45000,
env: testEnv,
},
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment