Skip to content

Commit

Permalink
Extend ETL timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 20, 2024
1 parent 93891b1 commit 3127053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/oc_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN_JOB=${CRONJOB}--$(date +"%Y-%m-%d--%H-%M-%S")
oc create job ${RUN_JOB} --from=cronjob/${CRONJOB}

# Follow
oc wait --for=condition=ready pod --selector=job-name=${RUN_JOB} --timeout=1m
oc wait --for=condition=ready pod --selector=job-name=${RUN_JOB} --timeout=5m
oc logs -l job-name=${RUN_JOB} --tail=50 --follow

# Verify successful completion
Expand Down

0 comments on commit 3127053

Please sign in to comment.