Skip to content

Commit c820e3c

Browse files
authored
Merge pull request #1844 from private-octopus/loosen-dcubic-test
Up completion time of cc_compte_dcubic to 10 sec.
2 parents 4899fd9 + c9808d5 commit c820e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoquictest/cc_compete_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int cc_compete_d_cubic_test()
114114
spec.background_start_time = 0;
115115
spec.background_scenario_text = cc_compete_batch_scenario_10M;
116116
spec.nb_connections = 2;
117-
spec.main_target_time = 8500000;
117+
spec.main_target_time = 10000000;
118118
spec.data_rate_in_gbps = 0.02;
119119
spec.latency = 40000;
120120
spec.icid = icid;

0 commit comments

Comments
 (0)