Skip to content

Commit

Permalink
increased timeout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Sep 6, 2019
1 parent 56b7efe commit 5a33818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/patternlab-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ describe('patternlabViewer', function () {
// Restore original window width.
$orgs.window.dispatchAction('innerWidth', swOrig);
done();
}, uiProps.timeoutDefault);
}, uiProps.timeoutDefault * 2);
});

it('sizes viewport with a "w" search param', function () {
Expand Down

0 comments on commit 5a33818

Please sign in to comment.