File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ jobs:
137137 - bash : python -m coverage run --source ${COVERAGE_SOURCE} -m pytest tests_fabric/ -v --durations=50
138138 workingDirectory : tests/
139139 displayName : " Testing: fabric standard"
140- timeoutInMinutes : " 10 "
140+ timeoutInMinutes : " 15 "
141141
142142 - bash : bash ./run_standalone_tests.sh "tests_fabric"
143143 workingDirectory : tests/
144144 env :
145145 PL_STANDALONE_TESTS_SOURCE : $(COVERAGE_SOURCE)
146146 displayName : " Testing: fabric standalone"
147- timeoutInMinutes : " 10 "
147+ timeoutInMinutes : " 20 "
148148
149149 - bash : |
150150 python -m coverage report
Original file line number Diff line number Diff line change @@ -158,15 +158,15 @@ jobs:
158158 - bash : python -m coverage run --source ${COVERAGE_SOURCE} -m pytest tests_pytorch/ -v --durations=50
159159 workingDirectory : tests/
160160 displayName : " Testing: PyTorch standard"
161- timeoutInMinutes : " 35 "
161+ timeoutInMinutes : " 45 "
162162
163163 - bash : bash ./run_standalone_tests.sh "tests_pytorch"
164164 workingDirectory : tests/
165165 env :
166166 PL_USE_MOCKED_MNIST : " 1"
167167 PL_STANDALONE_TESTS_SOURCE : $(COVERAGE_SOURCE)
168168 displayName : " Testing: PyTorch standalone tests"
169- timeoutInMinutes : " 35 "
169+ timeoutInMinutes : " 45 "
170170
171171 - bash : bash run_standalone_tasks.sh
172172 workingDirectory : tests/tests_pytorch
You can’t perform that action at this time.
0 commit comments