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 <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-07-13 17:41:44 -04:00 committed by GitHub
parent be8a638fce
commit 2a8e91190c

View File

@ -27,6 +27,8 @@ const tester = require('./tester');
describe('ImageStream: DMG', function() {
this.timeout(20000);
describe('compression method', function() {
describe('NONE', function() {