Skip to content

Commit

Permalink
fix: speed up human emulator to better emulate a developer
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjclark committed Jan 4, 2022
1 parent d8b0bb8 commit b24f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/default-human-emulator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class DefaultHumanEmulator extends HumanEmulator {
public static maxScrollDelayMillis = 15;
public static maxDelayBetweenInteractions = 200;

public static wordsPerMinuteRange = [30, 50];
public static wordsPerMinuteRange = [80, 100];

private millisPerCharacter: number;

Expand Down

0 comments on commit b24f6e4

Please sign in to comment.