From 23934e68b37cfe1c24aa155496fcdaed64ae5c5a Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 19 Jun 2023 09:18:07 +0100 Subject: [PATCH] try to increase e2e instances --- .github/actions/run-e2e/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/run-e2e/action.yml b/.github/actions/run-e2e/action.yml index 5e52b0669..a6f919fe7 100644 --- a/.github/actions/run-e2e/action.yml +++ b/.github/actions/run-e2e/action.yml @@ -41,6 +41,8 @@ runs: echo "APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/" echo "APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/" echo "APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html" + echo "MAXINSTANCES=2" + echo "RETRY_COUNT=2" } >> .env npm start > /dev/null &\