File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 SNOWFLAKE_CI_PASSWORD : ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
144144 SNOWFLAKE_CI_ROLE : ${{ secrets.SNOWFLAKE_CI_ROLE }}
145145 SNOWFLAKE_CI_WAREHOUSE : ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
146- run : pytest -n 8 --cov=./ --cov-report=xml --verbose -- color=yes sdk/python/tests --integration --durations=5
146+ run : pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
147147 - name : Upload coverage to Codecov
148148 uses : codecov/codecov-action@v1
149149 with :
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 SNOWFLAKE_CI_PASSWORD : ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
171171 SNOWFLAKE_CI_ROLE : ${{ secrets.SNOWFLAKE_CI_ROLE }}
172172 SNOWFLAKE_CI_WAREHOUSE : ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
173- run : pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5
173+ run : pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
174174 - name : Upload coverage to Codecov
175175 uses : codecov/codecov-action@v1
176176 with :
You can’t perform that action at this time.
0 commit comments