Skip to content

Commit

Permalink
chore: extend timeout on HP importance test (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackrorysd authored Apr 8, 2021
1 parent 3ccd0ca commit 7de7441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/tests/experiment/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_streaming_metrics_api() -> None:


@pytest.mark.nightly # type: ignore
@pytest.mark.timeout(1200) # type: ignore
@pytest.mark.timeout(1800) # type: ignore
def test_hp_importance_api() -> None:
auth.initialize_session(conf.make_master_url(), try_reauth=True)

Expand Down

0 comments on commit 7de7441

Please sign in to comment.