Skip to content

Commit

Permalink
updated jets test
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-bayashi committed May 17, 2022
1 parent 17ab774 commit 2cfbbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/espnet2/gan_tts/jets/test_jets.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ def make_jets_loss_args(**kwargs):

# NOTE(kan-bayashi): first forward requires jit compile
# so a little bit more time is needed to run. Therefore,
# here we extend execution timeout from 2 sec to 5 sec.
@pytest.mark.execution_timeout(5)
# here we extend execution timeout from 2 sec to 8 sec.
@pytest.mark.execution_timeout(8)
@pytest.mark.skipif(
"1.6" in torch.__version__,
reason="group conv in pytorch 1.6 has an issue. "
Expand Down

0 comments on commit 2cfbbd3

Please sign in to comment.