3

XHR requests seem to time out at 60s. I first noticed this while using Metabase (a BI tool), but was able to reproduce the same issue with a simple local server (attached). This does not occur on Firefox, Chrome, or Safari.

Is this possibly a configurable setting?

I expected the browser to wait until a response is returned by the server.

Version 0.99.127.2-rc (WebKit 619.1.1) Build date Apr 4 2024 MacBook Air (macOS Sonoma 14.4 build 23E214)

Sonoma (14)

  • Vlad replied to this.

    It's a bit unorthodox, but here is one simple way I can think of to reproduce:

    1. Go to https://pgplayground.com
    2. Run the query SELECT pg_sleep(90); - which delays a response for the sleep duration (90s in this case)
    3. Observe the response times out at 60s for Orion, but both Chrome and Safari successfully wait the full 90s duration.

      No one is typing