Organization Chart timeout in service portalDescriptionOrganization Chart timeout in service portalSteps to Reproduce 1) Download the create_hierarchy.txt file2) In a NY Instance, install the Content Delivery plugin (com.sn_content_delivery)3) Navigate to System Definition > Scripts - Background. Run the script contained in the create_hierarchy.txt file to create a large user hierarchy (this script will take some time to run)4) Once the script completes, impersonate user: t_0_0_0_0_0_0_0_0_195) Navigate to /sp?id=cd_org_chart_demo6) Observe page does not load and widget timeout will eventually occurExpected Results: The org chart is loadedActual Results: The widget times out and does not loadWorkaroundLook up cd_Utils in sys_script_include.list (147242e2876323004d3b851c97cb0b84)Remove from _isDisplayConditionMet method: return currentDateTime >= offSetTime ? true : false;Replace with: return new GlideDateTime().after(offSetTime);Related Problem: PRB1378367