Skip to content

Commit 7885b08

Browse files
committed
increase kubectl run pod-running-timeout
Signed-off-by: Jacob Klegar <[email protected]>
1 parent c172a40 commit 7885b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/scripts/azure-runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ setup_sparkop_role
4949
# Run the test suite as a one-off pod.
5050
echo "${STEP_BREADCRUMB} Running the test suite"
5151
time kubectl run -n "$NAMESPACE" -i ci-test-runner \
52+
--pod-running-timeout=5m \
5253
--restart=Never \
5354
--image="${DOCKER_REPOSITORY}/feast-ci:${GIT_TAG}" \
5455
--env="STAGING_PATH=${STAGING_PATH}" \

0 commit comments

Comments
 (0)