Skip to content

Commit

Permalink
Think we need tighter processing for the tests to pass in the CI - pr…
Browse files Browse the repository at this point in the history
…esume that as the machines are quicker there, the tests complete before stylesheets are processed
  • Loading branch information
eoghanmurray committed Jul 10, 2024
1 parent 47d60ee commit 7e9c349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rrweb/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('record integration tests', function (this: ISuite) {
if (!options.captureAssets) {
// for consistency in the tests
options.captureAssets = {
processStylesheetsWithin: 200,
processStylesheetsWithin: 50,
};
}
const filePath = path.resolve(__dirname, `./html/${fileName}`);
Expand Down Expand Up @@ -1465,7 +1465,7 @@ describe('record integration tests', function (this: ISuite) {
code,
generateRecordSnippet({
captureAssets: {
processStylesheetsWithin: 200,
processStylesheetsWithin: 50,
},
}),
);
Expand Down Expand Up @@ -1564,7 +1564,7 @@ describe('record integration tests', function (this: ISuite) {
code,
generateRecordSnippet({
captureAssets: {
processStylesheetsWithin: 200,
processStylesheetsWithin: 50,
},
}),
);
Expand Down

0 comments on commit 7e9c349

Please sign in to comment.