Skip to content

Commit

Permalink
Reduce stress_test verbosity. (ray-project#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Mar 17, 2017
1 parent f1d4dda commit 6b1e8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stress_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def setUp(self):
ray.worker._init(address_info=address_info, start_ray_local=True,
num_workers=self.num_local_schedulers,
num_local_schedulers=self.num_local_schedulers,
num_cpus=[1] * self.num_local_schedulers)
num_cpus=[1] * self.num_local_schedulers,
driver_mode=ray.SILENT_MODE)

def tearDown(self):
self.assertTrue(ray.services.all_processes_alive())
Expand Down

0 comments on commit 6b1e8ca

Please sign in to comment.