Skip to content

Commit

Permalink
Reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Nov 20, 2021
1 parent bbc10af commit 4c83c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ suite('ParameterHintsModel', () => {
assert.strictEqual(context.activeSignatureHelp, undefined);

// Retrigger
setTimeout(() => editor.trigger('keyboard', Handler.Type, { text: triggerChar }), 50);
setTimeout(() => editor.trigger('keyboard', Handler.Type, { text: triggerChar }), 0);
} else {
assert.strictEqual(invokeCount, 2);
assert.strictEqual(context.triggerKind, modes.SignatureHelpTriggerKind.TriggerCharacter);
Expand Down

0 comments on commit 4c83c13

Please sign in to comment.