mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 00:41:34 +00:00
test(ui): stabilize chat hover browser timeout
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user