Skip to content

Commit

Permalink
Increase pod start timeout for eks fargate system test (apache#28046)
Browse files Browse the repository at this point in the history
When running these tests we often come close to the default of 120
seconds and every now and then breach that limit.
  • Loading branch information
o-nikolas authored Dec 2, 2022
1 parent 19f1e5b commit 8fa2f2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
get_logs=True,
# Delete the pod when it reaches its final state, or the execution is interrupted.
is_delete_operator_pod=True,
startup_timeout_seconds=200,
)

# [START howto_operator_eks_delete_fargate_profile]
Expand Down

0 comments on commit 8fa2f2f

Please sign in to comment.