diff --git a/examples/async-simulation/launch_clients.py b/examples/async-simulation/launch_clients.py index 4fbaff621..c818a3ba5 100644 --- a/examples/async-simulation/launch_clients.py +++ b/examples/async-simulation/launch_clients.py @@ -5,7 +5,7 @@ DISCOVER_HOST = '34.207.219.112' DISCOVER_PORT = 8092 -N_CLIENTS = 1 +N_CLIENTS = 10 config = {'discover_host': DISCOVER_HOST, 'discover_port': DISCOVER_PORT, 'token': None, 'name': 'testclient', 'client_id': 1, 'remote_compute_context': True, 'force_ssl': False, 'dry_run': False, 'secure': False,