mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
be8a638fce
commit
2a8e91190c
@ -27,6 +27,8 @@ const tester = require('./tester');
|
||||
|
||||
describe('ImageStream: DMG', function() {
|
||||
|
||||
this.timeout(20000);
|
||||
|
||||
describe('compression method', function() {
|
||||
|
||||
describe('NONE', function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user