Skip to content

Commit

Permalink
test(sdk): update max_trial_count.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Jul 30, 2024
1 parent f39bd40 commit ec4f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/scripts/gh-actions/run-e2e-experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def objective(parameters):
objective=objective,
parameters=parameters,
objective_metric_name="result",
max_trial_count=2,
max_trial_count=4,
resources_per_trial={"cpu": "2"},
)
experiment = katib_client.wait_for_experiment_condition(
Expand Down

0 comments on commit ec4f166

Please sign in to comment.