Fix test failures caused by timeout still being too low

pull/313/merge
Gijs Kruitbosch 8 years ago
parent e84c0c3f07
commit 0ab4ac8556

@ -51,7 +51,7 @@ function htmlTransform(str) {
function runTestsWithItems(label, domGenerationFn, uri, source, expectedContent, expectedMetadata) {
describe(label, function() {
this.timeout(6000);
this.timeout(10000);
var result;

Loading…
Cancel
Save