You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_msg_to "❌ Unauthorized to fetch required plan(s). Exiting."
270
269
exit 1
271
270
fi
271
+
272
+
if [[ "$RUN_MODE"==*"--silent"* ]];then
273
+
if [[ "$test_type"=="web" ]];then
274
+
TEAM_PARALLELS_MAX_ALLOWED_WEB=5
275
+
export TEAM_PARALLELS_MAX_ALLOWED_WEB=5
276
+
else
277
+
TEAM_PARALLELS_MAX_ALLOWED_MOBILE=5
278
+
export TEAM_PARALLELS_MAX_ALLOWED_MOBILE=5
279
+
fi
280
+
log_info "Resetting Plan summary: Web $WEB_PLAN_FETCHED ($TEAM_PARALLELS_MAX_ALLOWED_WEB max), Mobile $MOBILE_PLAN_FETCHED ($TEAM_PARALLELS_MAX_ALLOWED_MOBILE max)"
0 commit comments