mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:30:44 +00:00
test: give xai live search more headroom
This commit is contained in:
@@ -17,6 +17,8 @@ describeLive("xai x_search live", () => {
|
||||
xSearch: {
|
||||
enabled: true,
|
||||
model: "grok-4-1-fast-non-reasoning",
|
||||
maxTurns: 1,
|
||||
timeoutSeconds: 60,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -48,5 +50,5 @@ describeLive("xai x_search live", () => {
|
||||
(Array.isArray(details.citations) ? details.citations.length : 0) +
|
||||
(Array.isArray(details.inlineCitations) ? details.inlineCitations.length : 0);
|
||||
expect(citationCount).toBeGreaterThan(0);
|
||||
}, 45_000);
|
||||
}, 75_000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user