Skip to content

Commit

Permalink
Turn off timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Jun 28, 2023
1 parent 828a341 commit 9723915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/vdiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function ScreenshotAndCompare(opts) {
const rect = this.elem.getBoundingClientRect();
let result = await executeServerCommand('brightspace-visual-diff-compare', { name, rect, opts });
if (result.resizeRequired) {
this.test.timeout('100000');
this.test.timeout(0);
result = await executeServerCommand('brightspace-visual-diff-compare-resize', { name });
}
if (!result.pass) {
Expand Down

0 comments on commit 9723915

Please sign in to comment.