Skip to content

Commit e53935c

Browse files
committed
Increase wait time for setting notebook editor associations to improve reliability
1 parent 331f87c commit e53935c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/notebook/notebook-editor-configuration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.use({
2121
async function setNotebookEditor(
2222
settings: WorkerFixtures['settings'],
2323
editor: 'positron' | 'default',
24-
waitMs = 250
24+
waitMs = 450
2525
) {
2626
const editorAssociations = {
2727
'workbench.editorAssociations': editor === 'positron'

0 commit comments

Comments
 (0)