andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
691 stars 169 forks source link

[FEATURE] Add timeout option for assetic:dump task #386

Closed tlode closed 7 years ago

tlode commented 7 years ago

Adds a timeout option for the assetic:dump task.

This gives the possibility to overwrite the default timeout (120 seconds) for a long running assetic:dump processes.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.884% when pulling 21bcdf76cc9e20223586bf6bffc48cb5e6b7d9c3 on tlode:assetic-dump-timeout into 280f48cd184f5e4e980c31d17fcdacc8e1a150e9 on andres-montanez:nostromo.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 66191b7088e7748930ad6f83f933cd89add0aa11 on tlode:assetic-dump-timeout into 280f48cd184f5e4e980c31d17fcdacc8e1a150e9 on andres-montanez:nostromo.

andres-montanez commented 7 years ago

Thanks!