Update to timeout criteria, and how job pods are identified

Job pods have additional identifiers added to them that normal pods
do not. To ensure the correct pod is identified as the job's pod will
now be obtaining the identifiers and updating the podname to have them.

Update to the timeout variable, split it in two. One for the job and the
other for the pod. The job timeout is for waiting for the job to be
present on the api and is short. On the other had the podtimeout is
significantly longer to help work around slow pod scheduling and
image pull times if there are any.

Signed-off-by: Alanny Lopez <Alanny.Lopez@ibm.com>
Change-Id: I4910e2eeb3db301cc2e660edd4509f74fdb38279
1 file changed