Skip to content

Commit

Permalink
Increase the timeout for test trainer equivalence (#766)
Browse files Browse the repository at this point in the history
It occasionally fails on Jenkins with a 2 second timeout. Increasing to 5 seconds.
  • Loading branch information
ravi-mosaicml authored Mar 16, 2022
1 parent 80c537c commit 1c1d8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def test_init_with_max_duration_in_batches(self, config):

@world_size(1, 2)
@device('cpu', 'gpu', 'gpu-amp', precision=True)
@pytest.mark.timeout(5)
class TestTrainerEquivalence():

reference_model: Model
Expand Down

0 comments on commit 1c1d8c9

Please sign in to comment.