Skip to content

Commit

Permalink
Reducing it further to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
vivinkrishna-ni committed Oct 3, 2024
1 parent 08138fb commit c31db7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ describe('RichTextEditorMentionListbox', () => {
});

describe('Dynamically update mention popup items based on configuration changes', () => {
for (let i = 0; i < 1000; i++) {
for (let i = 0; i < 100; i++) {
// eslint-disable-next-line no-restricted-globals
fit(
'should close mention popup when removing configuration element'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('Markdown serializer', () => {
* Nested bulleted list`);
});

for (let i = 0; i < 1000; i++) {
for (let i = 0; i < 100; i++) {
// WebKit skipped, see https://github.com/ni/nimble/issues/1938
// eslint-disable-next-line no-restricted-globals
fit('Hard break #SkipWebkit' + `${i}`, async () => {
Expand Down

0 comments on commit c31db7e

Please sign in to comment.