Skip to content

Commit 8c043e8

Browse files
committed
timeout
1 parent 4c98be3 commit 8c043e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.azure/gpu-tests-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)