Skip to content

Commit c49db73

Browse files
authored
[Fbsync] Reduce sample rate to avoid test time out (#1640)
1 parent 32b9cf8 commit c49db73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/torchaudio_unittest/transforms/batch_consistency_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_batch_spectral_centroid(self):
189189
self.assertEqual(computed, expected)
190190

191191
def test_batch_pitch_shift(self):
192-
sample_rate = 44100
192+
sample_rate = 8000
193193
n_steps = 4
194194
waveform = common_utils.get_whitenoise(sample_rate=sample_rate)
195195

0 commit comments

Comments
 (0)