Skip to content

Commit

Permalink
increase deadline duration for test peak
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Apr 1, 2024
1 parent 8f58784 commit 18b2ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_impulse_signal_transformation():
max_value=400,
# max_value=copy.deepcopy(params_vqt['F_max']),
))
@settings(deadline=500)
def test_peak_in_spectrogram_at_sine_wave_frequency(
frequency,
):
Expand Down

0 comments on commit 18b2ddc

Please sign in to comment.