fix(ci): increase test timeout for sso, api-key, oauth-provider and add CI job timeout (#8210)

This commit is contained in:
Alex Yang
2026-02-28 06:04:59 +00:00
committed by GitHub
parent 0a1ef178b8
commit 2bd462cf22
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ jobs:
test:
runs-on: starsling-ubuntu-24.04
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
+1
View File
@@ -4,5 +4,6 @@ export default defineProject({
test: {
clearMocks: true,
restoreMocks: true,
testTimeout: 10_000,
},
});
+1
View File
@@ -4,5 +4,6 @@ export default defineProject({
test: {
clearMocks: true,
restoreMocks: true,
testTimeout: 10_000,
},
});
+1
View File
@@ -4,5 +4,6 @@ export default defineProject({
test: {
clearMocks: true,
restoreMocks: true,
testTimeout: 10_000,
},
});