We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88880f commit c2e418cCopy full SHA for c2e418c
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -167,4 +167,4 @@ jobs:
167
SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
168
SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
169
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
170
- run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
+ run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
0 commit comments