File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
- bash : python -m coverage run --source ${COVERAGE_SOURCE} -m pytest tests_fabric/ -v --durations=50
162
162
workingDirectory : tests/
163
163
displayName : " Testing: fabric standard"
164
- timeoutInMinutes : " 10 "
164
+ timeoutInMinutes : " 15 "
165
165
166
166
- bash : |
167
167
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
@@ -170,7 +170,7 @@ jobs:
170
170
env:
171
171
PL_RUN_STANDALONE_TESTS: "1"
172
172
displayName: "Testing: fabric standalone"
173
- timeoutInMinutes: "10 "
173
+ timeoutInMinutes: "15 "
174
174
175
175
- bash : |
176
176
python -m coverage report
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
env :
200
200
PL_USE_MOCKED_MNIST : " 1"
201
201
displayName : " Testing: PyTorch standalone tasks"
202
- timeoutInMinutes : " 10 "
202
+ timeoutInMinutes : " 15 "
203
203
204
204
- bash : |
205
205
python -m coverage report
You can’t perform that action at this time.
0 commit comments