Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-determined committed Oct 24, 2024
1 parent c66284e commit 478c966
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e_tests/tests/experiment/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ def test_graceful_trial_termination() -> None:
],
}
}
}
},
"searcher": {
"max_length": 10,
},
}
exp_ref = noop.create_experiment(sess, config=config)
assert exp_ref.wait(interval=0.01) == client.ExperimentState.COMPLETED
Expand Down

0 comments on commit 478c966

Please sign in to comment.