Skip to content

Commit

Permalink
Inceased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-mosaicml committed Apr 14, 2022
1 parent 1313a49 commit b5b6192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/profiler/test_json_trace_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# This test shouldn't run with the Torch profiler enabled, not providing a model or data can cause a seg fault
@pytest.mark.timeout(10)
@pytest.mark.timeout(30)
def test_json_trace_profiler_handler(composer_trainer_hparams: TrainerHparams, tmpdir: pathlib.Path):
profiler_file = os.path.join(tmpdir, 'trace.json')
json_trace_handler_params = JSONTraceHparams(folder=str(tmpdir), merged_trace_filename='trace.json')
Expand Down

0 comments on commit b5b6192

Please sign in to comment.