diff --git a/test/casperjs/integration/IntegrationSuite.js b/test/casperjs/integration/IntegrationSuite.js index 89a9aa9..ce43496 100644 --- a/test/casperjs/integration/IntegrationSuite.js +++ b/test/casperjs/integration/IntegrationSuite.js @@ -1,6 +1,7 @@ (typeof exports != "undefined" ? exports : pskl_exports).tests = [ 'palettes/test-tiny-palettes.js', 'settings/test-export-gif.js', + 'settings/test-export-gif-scale.js', 'settings/test-export-gif-simple.js', 'settings/test-export-png.js', 'settings/test-export-png-scale.js', diff --git a/test/casperjs/integration/settings/test-export-gif-scale.js b/test/casperjs/integration/settings/test-export-gif-scale.js index d4e6c86..a8d6d41 100644 --- a/test/casperjs/integration/settings/test-export-gif-scale.js +++ b/test/casperjs/integration/settings/test-export-gif-scale.js @@ -1,7 +1,7 @@ /* globals casper, setPiskelFromGrid, isDrawerExpanded, getValue, isChecked, evalLine, waitForEvent, replaceFunction, piskelFrameEqualsGrid, setPiskelFromImageSrc */ -casper.test.begin('Simple GIF (<256 colors) export test, with 2x scaling', 16, function(test) { +casper.test.begin('Simple GIF (<256 colors) export test, with 2x scaling', 18, function(test) { test.timeout = test.fail.bind(test, ['Test timed out']); function onTestStart() {