Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit ac31ea3

Browse files
committed
browser(ssMarkdown): increase test timeout
Increase the timeout for ssMarkdown test from 150ms to 300ms. Closes #378
1 parent 3c68ad8 commit ac31ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/test/unit-tests/app/directives/ssMarkdown.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define(['testHelper'], function (helper) {
2727
it(
2828
'should call highlight on code',
2929
function () {
30-
this.timeout(150);
30+
this.timeout(300);
3131
scope.content = '# I Heading\n\n' +
3232
'```javascript\nreturn \'I Code\';\n```\n';
3333
scope.$apply();

0 commit comments

Comments
 (0)