Remove the timeout from lava submit jobs.
The previous version would timeout after 5 minutes but this is not enough
if the job is qeued. Let Jenkins handle the timeout and remove that one.
Change-Id: I501a539020174b2c9e030716717f1d3d0b06e539
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
job_id=$(grep "submitted as job:" $JOB_STATUS | sed 's/.*\/\([0-9]*$\)/\1/')
#
- # LAVA wait job events, wait for job to finish or timeout (300 seconds)
+ # LAVA wait job events, wait for job to finish
#
- lava-tool wait-job-events --job-id $job_id --timeout 300 $full_url
+ lava-tool wait-job-events --job-id $job_id $full_url
#
# LAVA job details, get job status from lava-tool output