Skip to content

Commit

Permalink
fix: increasing timeout to 5 minutes for vdiff tests (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Sep 13, 2023
1 parent 0cd3cb4 commit c3d9050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/wtr-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ export class WTRConfig {
files: this.#pattern
});
} else if (group === 'vdiff') {
config.testsFinishTimeout = 5 * 60 * 1000;

config.reporters ??= [ defaultReporter() ];
config.reporters.push(visualDiffReporter({ updateGoldens: golden }));

Expand Down

0 comments on commit c3d9050

Please sign in to comment.