Skip to content

Commit 2c48169

Browse files
committed
increase timeout
1 parent ab3f4f8 commit 2c48169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql/cypress/support/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Cypress.Commands.add(
179179
expect(markers[0].severity).eq(markerSeverity);
180180
}
181181
cy.contains(text).trigger('mousemove');
182-
cy.contains(message, { timeout: 7_000 });
182+
cy.contains(message, { timeout: 30_000 });
183183
});
184184
},
185185
);

0 commit comments

Comments
 (0)