Skip to content

Commit

Permalink
Set minTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian committed Oct 17, 2023
1 parent d1100ac commit 97cf4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nbrowser/gristUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,7 @@ class LockableClipboard implements ILockableClipboard {
lockfilePath: path.join(path.resolve(getAppRoot(), 'test'), '.clipboard.lock'),
retries: {
/* The clipboard generally isn't locked for long, so retry frequently. */
minTimeout: 200,
maxTimeout: 200,
retries: 100,
},
Expand Down

0 comments on commit 97cf4d7

Please sign in to comment.