diff --git a/ui/src/pages/chat/chat-responsive.browser.test.ts b/ui/src/pages/chat/chat-responsive.browser.test.ts index 120152d4f9c8..5d1e4850df25 100644 --- a/ui/src/pages/chat/chat-responsive.browser.test.ts +++ b/ui/src/pages/chat/chat-responsive.browser.test.ts @@ -595,7 +595,9 @@ describeBrowserLayout.concurrent("chat responsive browser layout", () => { it( "reveals message context on timestamp hover and keeps click-to-open", - { timeout: 20_000 }, + // This full-app case shares Chromium with concurrent layout pages; match + // the UI runner's cold-browser budget instead of imposing a flaky 20s cap. + { timeout: 60_000 }, async () => { if (!realChatServer) { throw new Error("Expected the Control UI server to be ready");