diff --git a/pr_check.sh b/pr_check.sh index 45e2cacf..39d3b70e 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -17,8 +17,8 @@ COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-fronten # Options that must be configured by app owner # -------------------------------------------- export IQE_PLUGINS="image-builder" -export IQE_CJI_TIMEOUT="60m" -export IQE_MARKER_EXPRESSION="ui" +export IQE_CJI_TIMEOUT="90m" +export IQE_MARKER_EXPRESSION="fe_pr_check" export IQE_SELENIUM="true" export IQE_ENV="ephemeral" export IQE_IMAGE_TAG="image-builder"