Skip to content

Commit 22d8d90

Browse files
committed
test: fix companion test
1 parent 932a31e commit 22d8d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tests/companion/test-companion-suggestions.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ context('Test Companion Initial Suggestions', () => {
1515
cy.intercept('POST', '/backend/ai-chat/suggestions', req => {
1616
callCount++;
1717
req.reply({
18-
delay: 500,
18+
delay: 1500,
1919
body: {
2020
promptSuggestions: [
2121
`suggestion${callCount}.1`,

0 commit comments

Comments
 (0)