thaliproject / CI

CI project for testing mobile devices
MIT License
2 stars 3 forks source link

Remove 20 min timeout for one operation #90

Closed evabishchevich closed 7 years ago

evabishchevich commented 7 years ago

We have timeout in https://github.com/thaliproject/CI/blob/master/builder/virtual.js

var eopts = { encoding: 'utf8', timeout: 1200000, // single command timeout - 20 min. maxBuffer: 1e9, killSignal: 'SIGTERM' };

I have a bunch of PRs failed because of that https://github.com/thaliproject/Thali_CordovaPlugin/pull/1576 https://github.com/thaliproject/Thali_CordovaPlugin/pull/1568

larryonoff commented 7 years ago

done