We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1978208 commit 274c8cdCopy full SHA for 274c8cd
1 file changed
web-local/tests/connectors/save-anyway.spec.ts
@@ -36,7 +36,8 @@ test.describe("Save Anyway feature", () => {
36
37
// Wait for navigation to connector file, then for the editor to appear
38
await expect(page).toHaveURL(/.*\/files\/connectors\/.*\.yaml/, {
39
- timeout: 5000,
+ // Allow extra time for the file to be written and navigation to occur on slower CI
40
+ timeout: 6_000,
41
});
42
const codeEditor = page
43
.getByLabel("codemirror editor")
0 commit comments