Commit 0a09fab5 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Hejing Li
Browse files

experiments: let bg apps run for longer in e2e bg topology

parent c07a4a63
...@@ -251,7 +251,7 @@ def add_contig_bg(topo, subnet='10.42.0.0/16', **kwargs): ...@@ -251,7 +251,7 @@ def add_contig_bg(topo, subnet='10.42.0.0/16', **kwargs):
'link_delay': '1us', 'link_delay': '1us',
'link_queue_size': '512KB', 'link_queue_size': '512KB',
'congestion_control': e2e.CongestionControl.CUBIC, 'congestion_control': e2e.CongestionControl.CUBIC,
'app_stop_time': '10s', 'app_stop_time': '60s',
} }
for (k,v) in kwargs.items(): for (k,v) in kwargs.items():
params[k] = v params[k] = v
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment