Skip to content

Commit

Permalink
Increase codelfare-SDK tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 committed Dec 2, 2024
1 parent e2ffbf1 commit 89e610e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Run Codeflare-SDK Test
[Documentation] Run codeflare-sdk Test
[Arguments] ${TEST_TYPE} ${TEST_NAME} ${PYTHON_VERSION} ${RAY_IMAGE} ${RELEASE_BRANCH}
Log To Console "Running codeflare-sdk test: ${TEST_NAME}"
${result} = Run Process cd ${CODEFLARE-SDK_DIR} && git fetch origin && git checkout ${RELEASE_BRANCH} && git branch && poetry env use ${PYTHON_VERSION} && poetry install --with test,docs && poetry run pytest -v -s ./tests/${TEST_TYPE}/${TEST_NAME} --timeout\=420
${result} = Run Process cd ${CODEFLARE-SDK_DIR} && git fetch origin && git checkout ${RELEASE_BRANCH} && git branch && poetry env use ${PYTHON_VERSION} && poetry install --with test,docs && poetry run pytest -v -s ./tests/${TEST_TYPE}/${TEST_NAME} --timeout\=540
... env:RAY_IMAGE=${RAY_IMAGE}
... env:AWS_DEFAULT_ENDPOINT=${AWS_DEFAULT_ENDPOINT}
... env:AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit 89e610e

Please sign in to comment.