Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Mazzella <ozyx@users.noreply.github.com>2022-09-09 23:29:03 +0300
committerGitHub <noreply@github.com>2022-09-09 23:29:03 +0300
commitc231c2d7cbdd9b868fd837c469643791796739b1 (patch)
tree36c0434d2ee2452f8daa81196944de02383c42b6 /.circleci
parent47fb81ff1c7629436bc7418a1494df0914a4cef0 (diff)
[e2e] Fix intermittent visual test timeouts (#5743)
* try fix visual test failure * disable actionTimeout * increase percy loglevel * comment * Remove `@percy/cli` dependency as it may be conflicting * Upgrade `percy/cli` to 1.10.2 * drop percy/cli version down to 1.7.2 * enable timeouts for actions again
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ad7d81143..e9163c13d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,6 +6,7 @@ executors:
environment:
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
PERCY_POSTINSTALL_BROWSER: 'true' # Needed to store the percy browser in cache deps
+ PERCY_LOGLEVEL: 'debug' # Enable DEBUG level logging for Percy (Issue: https://github.com/nasa/openmct/issues/5742)
parameters:
BUST_CACHE:
description: "Set this with the CircleCI UI Trigger Workflow button (boolean = true) to bust the cache!"