Skip to content

Commit

Permalink
test(portable-text-editor): adjust timings
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Oct 26, 2023
1 parent 886d76a commit f10c239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const debugVerbose = debug.enabled && false

// The editor will commit changes in a throttled fashion in order
// not to overload the network and degrade performance while typing.
const FLUSH_PATCHES_THROTTLED_MS = process.env.NODE_ENV === 'test' ? 100 : 1000
const FLUSH_PATCHES_THROTTLED_MS = process.env.NODE_ENV === 'test' ? 200 : 1000

/**
* @internal
Expand Down

0 comments on commit f10c239

Please sign in to comment.