From 89a65ab03235e7ff9b34af8caf4eeaf8a4aea6b2 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Thu, 8 Jun 2017 00:08:39 +0200 Subject: [PATCH] add test-export-gif-scale test to integration test suite --- test/casperjs/integration/IntegrationSuite.js | 1 + test/casperjs/integration/settings/test-export-gif-scale.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/casperjs/integration/IntegrationSuite.js b/test/casperjs/integration/IntegrationSuite.js index 89a9aa9d..ce434960 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 d4e6c86b..a8d6d41e 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() {