Skip to content

Commit

Permalink
Merge pull request #18404 from timvandermeij/fix-unit-intermittent
Browse files Browse the repository at this point in the history
Fix the "caches image resources at the document/page level as expected (issue 11878)" unit test
  • Loading branch information
timvandermeij authored Jul 6, 2024
2 parents bb3e316 + 2a44203 commit 145951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4155,7 +4155,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
checkedCopyLocalImage = true;
// Ensure that the image was copied in the main-thread, rather
// than being re-parsed in the worker-thread (which is slower).
expect(statsOverall).toBeLessThan(firstStatsOverall / 4);
expect(statsOverall).toBeLessThan(firstStatsOverall / 2);
}
}
}
Expand Down

0 comments on commit 145951d

Please sign in to comment.