mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 10:56:31 -05:00
fix(ci): increase test timeout for sso, api-key, oauth-provider and add CI job timeout (#8210)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -120,6 +120,7 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: starsling-ubuntu-24.04
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
@@ -4,5 +4,6 @@ export default defineProject({
|
||||
test: {
|
||||
clearMocks: true,
|
||||
restoreMocks: true,
|
||||
testTimeout: 10_000,
|
||||
},
|
||||
});
|
||||
|
||||
@@ -4,5 +4,6 @@ export default defineProject({
|
||||
test: {
|
||||
clearMocks: true,
|
||||
restoreMocks: true,
|
||||
testTimeout: 10_000,
|
||||
},
|
||||
});
|
||||
|
||||
@@ -4,5 +4,6 @@ export default defineProject({
|
||||
test: {
|
||||
clearMocks: true,
|
||||
restoreMocks: true,
|
||||
testTimeout: 10_000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user