fossasia / susi_server

SUSI.AI server backend - the Artificial Intelligence server for personal assistants https://susi.ai
GNU Lesser General Public License v2.1
2.5k stars 1.08k forks source link

Builds run for more than 30 minutes #1470

Open iamareebjamal opened 4 years ago

iamareebjamal commented 4 years ago

Due to https://github.com/fossasia/susi_server/commit/edf4a80fe5100d91474c4654adb9e78e006f416a, builds run more than 30 minutes where they could run in 3-5 minutes. This wastes CI resources and no PR build can run in that period. There must be a better way to wait for some resource to get ready than to wait for 30 or 10 minutes. Also, the 30 minute wait does nothing because Travis basically kills the script after 30 minutes anyway, so the deployment gets cancelled