<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Managed Offline - Synthetic Test Timeout after 60 Seconds - Hard coded in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/286006#M4411</link>
    <description>&lt;P&gt;Yes – this exact issue happens in high-latency environments, for example when testing from the US against systems in regions with weaker connectivity (Middle East, Africa, APAC). Dynatrace has hard limits – &lt;STRONG&gt;60 seconds per event&lt;/STRONG&gt; and &lt;STRONG&gt;5 minutes per browser clickpath&lt;/STRONG&gt; – but there are two ways to work around it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;If you are using a Private Location&lt;/STRONG&gt; – you can increase the limits via the Synthetic Configuration API:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;bmStepTimeout up to &lt;STRONG&gt;180,000 ms (3 minutes)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;bmMonitorTimeout up to &lt;STRONG&gt;900,000 ms (15 minutes)&lt;/STRONG&gt;&lt;BR /&gt;This is the only method that truly extends the hard per-step limit.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;If the tests must run on a Public Location&lt;/STRONG&gt; – you can work around the limit by adding extra events after the one that times out:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;add a &lt;STRONG&gt;Click event&lt;/STRONG&gt; on an element like body (set wait to “Wait for next event”),&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;or add a &lt;STRONG&gt;JavaScript event&lt;/STRONG&gt; with empty code (just waits for the set duration).&lt;BR /&gt;Each such event adds another 60 seconds of wait time, and you can chain them together (but you’re still limited by the global 5-minute timeout).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Best practice:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;First measure the actual page load time (ActiveGate + waterfall).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extend the wait time only to the minimum required value so the monitor doesn’t give false failures — if 75 seconds is enough, don’t set 3 minutes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Keep in mind that longer waits and additional events increase the cost of synthetic actions and may split metrics (like Visually Complete) across multiple steps.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If even with maximum values the page still doesn’t load within 5 minutes, Dynatrace recommends relying on &lt;STRONG&gt;RUM&lt;/STRONG&gt; to get performance data instead of synthetics.&lt;/P&gt;&lt;P&gt;Would you like me to prepare an example &lt;STRONG&gt;Synthetic API payload&lt;/STRONG&gt; with bmStepTimeout and bmMonitorTimeout already increased, so you can drop it into Postman or your automation script?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 12:13:58 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2025-09-15T12:13:58Z</dc:date>
    <item>
      <title>Managed Offline - Synthetic Test Timeout after 60 Seconds - Hard coded</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/285743#M4406</link>
      <description>&lt;P&gt;I have a defense sector customer that is providing enterprise services from a US-based data center to forward-deployed systems across the Middle East. Due to distance and network connectivity latency, sometimes synthetic tests automatically fail at the 60-second mark. This is hard-coded into DT. Has anyone run into this challenge elsewhere? Is there a way to shift the length of time to allow the tests to continue before "Failing"?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 20:11:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/285743#M4406</guid>
      <dc:creator>MikeSnyderDTMO</dc:creator>
      <dc:date>2025-09-10T20:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Managed Offline - Synthetic Test Timeout after 60 Seconds - Hard coded</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/285977#M4410</link>
      <description>&lt;P&gt;&lt;A title="How to increase wait times of Browser Clickpath events beyond 60 seconds" href="https://community.dynatrace.com/t5/Troubleshooting/How-to-increase-wait-times-of-Browser-Clickpath-events-beyond-60/ta-p/273069" target="_blank" rel="noopener"&gt;How to increase wait times of Browser Clickpath events beyond 60 seconds&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 09:13:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/285977#M4410</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2025-09-15T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Managed Offline - Synthetic Test Timeout after 60 Seconds - Hard coded</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/286006#M4411</link>
      <description>&lt;P&gt;Yes – this exact issue happens in high-latency environments, for example when testing from the US against systems in regions with weaker connectivity (Middle East, Africa, APAC). Dynatrace has hard limits – &lt;STRONG&gt;60 seconds per event&lt;/STRONG&gt; and &lt;STRONG&gt;5 minutes per browser clickpath&lt;/STRONG&gt; – but there are two ways to work around it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;If you are using a Private Location&lt;/STRONG&gt; – you can increase the limits via the Synthetic Configuration API:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;bmStepTimeout up to &lt;STRONG&gt;180,000 ms (3 minutes)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;bmMonitorTimeout up to &lt;STRONG&gt;900,000 ms (15 minutes)&lt;/STRONG&gt;&lt;BR /&gt;This is the only method that truly extends the hard per-step limit.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;If the tests must run on a Public Location&lt;/STRONG&gt; – you can work around the limit by adding extra events after the one that times out:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;add a &lt;STRONG&gt;Click event&lt;/STRONG&gt; on an element like body (set wait to “Wait for next event”),&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;or add a &lt;STRONG&gt;JavaScript event&lt;/STRONG&gt; with empty code (just waits for the set duration).&lt;BR /&gt;Each such event adds another 60 seconds of wait time, and you can chain them together (but you’re still limited by the global 5-minute timeout).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Best practice:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;First measure the actual page load time (ActiveGate + waterfall).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extend the wait time only to the minimum required value so the monitor doesn’t give false failures — if 75 seconds is enough, don’t set 3 minutes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Keep in mind that longer waits and additional events increase the cost of synthetic actions and may split metrics (like Visually Complete) across multiple steps.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If even with maximum values the page still doesn’t load within 5 minutes, Dynatrace recommends relying on &lt;STRONG&gt;RUM&lt;/STRONG&gt; to get performance data instead of synthetics.&lt;/P&gt;&lt;P&gt;Would you like me to prepare an example &lt;STRONG&gt;Synthetic API payload&lt;/STRONG&gt; with bmStepTimeout and bmMonitorTimeout already increased, so you can drop it into Postman or your automation script?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:13:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Managed-Offline-Synthetic-Test-Timeout-after-60-Seconds-Hard/m-p/286006#M4411</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-15T12:13:58Z</dc:date>
    </item>
  </channel>
</rss>

