Skip to content

Commit 52bb67d

Browse files
committed
15
1 parent d8ce97d commit 52bb67d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- bash: python -m coverage run --source ${COVERAGE_SOURCE} -m pytest tests_fabric/ -v --durations=50
162162
workingDirectory: tests/
163163
displayName: "Testing: fabric standard"
164-
timeoutInMinutes: "10"
164+
timeoutInMinutes: "15"
165165

166166
- bash: |
167167
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
@@ -170,7 +170,7 @@ jobs:
170170
env:
171171
PL_RUN_STANDALONE_TESTS: "1"
172172
displayName: "Testing: fabric standalone"
173-
timeoutInMinutes: "10"
173+
timeoutInMinutes: "15"
174174
175175
- bash: |
176176
python -m coverage report

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
env:
200200
PL_USE_MOCKED_MNIST: "1"
201201
displayName: "Testing: PyTorch standalone tasks"
202-
timeoutInMinutes: "10"
202+
timeoutInMinutes: "15"
203203

204204
- bash: |
205205
python -m coverage report

0 commit comments

Comments
 (0)