Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Oct 19, 2020
1 parent 10cb422 commit 9fb9d94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class QueryStringInputUI extends Component<Props, State> {
});

this.updateSuggestions();
}, 100);
}, 200);

private getSuggestions = async () => {
if (!this.inputRef) {
Expand Down

0 comments on commit 9fb9d94

Please sign in to comment.