From ccc8e434165583237aba982c974ee0330b0aeae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 5 Oct 2017 16:07:10 +0200 Subject: [PATCH] Removed timeout from the simulation examples --- simulation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/simulation.yml b/simulation.yml index a396f9f..78e98dd 100644 --- a/simulation.yml +++ b/simulation.yml @@ -2,7 +2,6 @@ name: ControlModelM2_sim max_time: 50 num_trials: 1 -timeout: 2 network_params: generator: barabasi_albert_graph n: 100 @@ -29,7 +28,6 @@ environment_params: name: SISA_sm max_time: 50 num_trials: 2 -timeout: 2 network_params: generator: erdos_renyi_graph n: 10000