Skip to content

Commit

Permalink
Adjust test to changed default sync time
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 11, 2023
1 parent abb66a4 commit 24a4de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/webtest-autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Runner {
state: EditorState.create({
doc: spec.doc,
selection,
extensions: [autocompletion({override: spec.sources, interactionDelay: 0}), EditorState.allowMultipleSelections.of(true)]
extensions: [autocompletion({override: spec.sources, interactionDelay: 0, updateSyncTime: 40}), EditorState.allowMultipleSelections.of(true)]
}),
parent: document.querySelector("#workspace")! as HTMLElement,
dispatchTransactions: trs => {
Expand Down

0 comments on commit 24a4de3

Please sign in to comment.