Skip to content

Commit

Permalink
OCTOPUS-533: change logic to 120
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Nov 3, 2023
1 parent b96e24d commit cf4e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/7_post/files/approve_and_issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ do
LOCAL_WORKER_SCAN=$(($LOCAL_WORKER_SCAN + 1))
done

if [ "${IDX}" -eq "240" ]
if [ "${IDX}" -eq "120" ]
then
echo "Exceeded the wait time for CSRs to be generated - >120 minutes"
exit -1
Expand Down

0 comments on commit cf4e8d6

Please sign in to comment.