This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default class App {
4242 url = "/" ;
4343 }
4444
45- await this . page . goto ( url , { waitUntil : "networkidle" } ) ;
45+ await this . page . goto ( url , { waitUntil : "networkidle" , timeout : 30_000 } ) ;
4646
4747 // Wait for the page to load.
4848 if ( url === "/" ) {
Original file line number Diff line number Diff line change 5050 "server:coverage" : " cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest --coverage" ,
5151 "client:test" : " cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest --root src/public/app" ,
5252 "client:coverage" : " cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest --root src/public/app --coverage" ,
53- "test:playwright" : " playwright test" ,
53+ "test:playwright" : " playwright test --workers 1 " ,
5454 "test:integration-edit-db" : " cross-env TRILIUM_INTEGRATION_TEST=edit TRILIUM_PORT=8081 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts" ,
5555 "test:integration-mem-db" : " cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts" ,
5656 "test:integration-mem-db-dev" : " cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts" ,
You can’t perform that action at this time.
0 commit comments