Skip to content

Commit

Permalink
reduce test time
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Wang (MSR) committed Feb 6, 2021
1 parent f956e95 commit cdca936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _test_xgboost(method='BlendSearch'):
}
max_iter = 10
for num_samples in [256]:
time_budget_s = None
time_budget_s = 60 #None
for n_cpu in [8]:
start_time = time.time()
ray.init(num_cpus=n_cpu, num_gpus=0)
Expand Down

0 comments on commit cdca936

Please sign in to comment.