Skip to content

Commit 49d2a7a

Browse files
committed
increase the max wait time
1 parent c805927 commit 49d2a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ waitForJobComplete() {
881881
print_step "waiting job to complete"
882882

883883
waiting_time=0
884-
max_wait_time=900
884+
max_wait_time=1800
885885
interval=60
886886

887887
echo "Waiting Job to be completed."

0 commit comments

Comments
 (0)