Bugzilla – Attachment 149186 Details for
Bug 33408
Fetch sysprefs from svc/config/systempreferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33408: Extend defaultCommandTimeout for cypress
Bug-33408-Extend-defaultCommandTimeout-for-cypress.patch (text/plain), 746 bytes, created by
Jonathan Druart
on 2023-04-05 08:04:14 UTC
(
hide
)
Description:
Bug 33408: Extend defaultCommandTimeout for cypress
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-05 08:04:14 UTC
Size:
746 bytes
patch
obsolete
>From 4cca20e107a2aff13eb7e1f05617c70bf42d933e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Apr 2023 10:03:21 +0200 >Subject: [PATCH] Bug 33408: Extend defaultCommandTimeout for cypress > >Sometimes the initial page load takes more than 4 seconds. >--- > cypress.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/cypress.json b/cypress.json >index 248b6ab60df..e7b86b17d20 100644 >--- a/cypress.json >+++ b/cypress.json >@@ -6,5 +6,6 @@ > "screenshotsFolder": "t/cypress/screenshots", > "supportFile": "t/cypress/support", > "videosFolder": "t/cypress/videos", >- "testFiles": "**/*.*" >+ "testFiles": "**/*.*", >+ "defaultCommandTimeout": 10000 > } >-- >2.25.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 33408
:
149131
|
149132
|
149133
|
149134
|
149184
|
149185
|
149186
|
149196
|
149197
|
149198
|
149200
|
149204
|
149205
|
149206
|
149207
|
149208
|
149209
|
149254
|
149438
|
149516
|
149517
|
149518
|
149535
|
149536
|
149537
|
149538
|
149539
|
149540
|
149541
|
149542
|
149543
|
149570