This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch afs-patch-1 in repository https://gitbox.apache.org/repos/asf/jena.git
commit df545d1732a61e9b84e06149a3c86cb774886895 Author: Andy Seaborne <[email protected]> AuthorDate: Wed Feb 26 11:37:18 2025 +0000 Experiment - increase timeout because of upload.cy.js failures --- jena-fuseki2/jena-fuseki-ui/cypress.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs b/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs index 21cd369e82..d4e24e57fb 100644 --- a/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs +++ b/jena-fuseki2/jena-fuseki-ui/cypress.config.mjs @@ -28,8 +28,8 @@ export default defineConfig({ execTimeout: 30000, taskTimeout: 30000, pageLoadTimeout: 30000, - requestTimeout: 10000, - responseTimeout: 10000, + requestTimeout: 30000, + responseTimeout: 30000, e2e: { baseUrl: 'http://localhost:' + (process.env.PORT || 8080),
