Bugzilla – Attachment 163088 Details for
Bug 36012
ERM/Agreements_spec.ts might be failing if run too slow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36012: Extend cypress's requestTimeout value
Bug-36012-Extend-cypresss-requestTimeout-value.patch (text/plain), 832 bytes, created by
Jonathan Druart
on 2024-03-12 10:05:04 UTC
(
hide
)
Description:
Bug 36012: Extend cypress's requestTimeout value
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-12 10:05:04 UTC
Size:
832 bytes
patch
obsolete
>From 8dc8e714c5c0c26afe02acc25bbe28507f1b728e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Mar 2024 11:03:43 +0100 >Subject: [PATCH] Bug 36012: Extend cypress's requestTimeout value > >default to 5000 but tests are failing because of slow Jenkins's nodes. >We could try and extend to 10000 (10s) and see if it gets better. >--- > cypress.config.ts | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/cypress.config.ts b/cypress.config.ts >index d6814be6e21..475debdbb69 100644 >--- a/cypress.config.ts >+++ b/cypress.config.ts >@@ -5,6 +5,7 @@ export default defineConfig({ > screenshotsFolder: "t/cypress/screenshots", > videosFolder: "t/cypress/videos", > defaultCommandTimeout: 10000, >+ requestTimeout: 10000, > > e2e: { > experimentalStudio: true, >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36012
:
162207
|
163088
|
163704