From 2a8e91190c3fc35a9d70aad8f2c8b60140066c13 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 13 Jul 2017 17:41:44 -0400 Subject: [PATCH] test(image-stream): increase DMG tests timeouts (#1595) I caught an sporadic issue a couple of times, where the DMG tests would exceed the default 2000ms mocha timeout. All the other image decompression tests have a much higher timeout already, so this commit adds the same timeout to the DMG tests file. Signed-off-by: Juan Cruz Viotti --- tests/image-stream/dmg.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/image-stream/dmg.spec.js b/tests/image-stream/dmg.spec.js index d0259188..feaa72fe 100644 --- a/tests/image-stream/dmg.spec.js +++ b/tests/image-stream/dmg.spec.js @@ -27,6 +27,8 @@ const tester = require('./tester'); describe('ImageStream: DMG', function() { + this.timeout(20000); + describe('compression method', function() { describe('NONE', function() {