[infra] gcb: recognise TIMEOUT.

This commit is contained in:
Oliver Chang 2017-07-19 08:56:18 -07:00
parent d3168a2c58
commit 0a2a9dad5b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def wait_for_build(build_id, project):
'FAILURE',
'INTERNAL_ERROR',
'CANCELLED',
'TIMEOUT',
]
status = None