You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by sa...@apache.org on 2019/03/06 14:09:09 UTC

[metron] branch master updated: METRON-1971 Short timeout value in Cypress may cause build failures (sardell) closes apache/metron#1323

This is an automated email from the ASF dual-hosted git repository.

sardell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new e781237  METRON-1971 Short timeout value in Cypress may cause build failures (sardell) closes apache/metron#1323
e781237 is described below

commit e781237284698812f6ce4ac5847684e7a65135b8
Author: sardell <sh...@gmail.com>
AuthorDate: Wed Mar 6 15:07:59 2019 +0100

    METRON-1971 Short timeout value in Cypress may cause build failures (sardell) closes apache/metron#1323
---
 metron-interface/metron-alerts/cypress.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/metron-interface/metron-alerts/cypress.json b/metron-interface/metron-alerts/cypress.json
index da8aafb..ae1cfc8 100644
--- a/metron-interface/metron-alerts/cypress.json
+++ b/metron-interface/metron-alerts/cypress.json
@@ -4,5 +4,7 @@
   "video": false,
   "supportFile": false,
   "pluginsFile": false,
-  "baseUrl": "http://localhost:4200"
+  "baseUrl": "http://localhost:4200",
+  "defaultCommandTimeout": 30000,
+  "requestTimeout": 30000
 }
\ No newline at end of file