From f4c6e8779a79b3df361db7af7968acf8ce29eb94 Mon Sep 17 00:00:00 2001 From: Shashwathi Date: Mon, 27 Aug 2018 17:02:11 -0400 Subject: [PATCH] Add build timeout (#315) * Introduce build timeout * Update status for build objects * Update error msg format * Remove debug statements * Update to error msg * Address comments * Add test to check timeout error flow * Add more tests and simplify default timeout * Introduce maximum timeout * Fix typo * Address comments