Skip to content

Commit

Permalink
test: make typing delay 10x faster
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Dec 19, 2023
1 parent 6ba5c19 commit 853ffbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const noPage = {
}

// Typing delay
const delay = 500
const delay = 50

// Valid search function
const validSearches = async ({ canvasElement }) => {
Expand Down

0 comments on commit 853ffbb

Please sign in to comment.