mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(server-e2e): adjust for server timeout
This commit is contained in:
parent
dac801b369
commit
c38061c67d
@ -11,7 +11,7 @@
|
|||||||
"targets": {
|
"targets": {
|
||||||
"e2e": {
|
"e2e": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"server:build"
|
"server:start-prod"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,8 @@ export default defineConfig({
|
|||||||
command: 'pnpm server:start-prod',
|
command: 'pnpm server:start-prod',
|
||||||
url: baseURL,
|
url: baseURL,
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
cwd: workspaceRoot
|
cwd: workspaceRoot,
|
||||||
|
timeout: 5 * 60 * 1000
|
||||||
} : undefined,
|
} : undefined,
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user