Skip to content

Commit

Permalink
Merge pull request #1844 from private-octopus/loosen-dcubic-test
Browse files Browse the repository at this point in the history
Up completion time of cc_compte_dcubic to 10 sec.
  • Loading branch information
huitema authored Feb 21, 2025
2 parents 4899fd9 + c9808d5 commit c820e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoquictest/cc_compete_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int cc_compete_d_cubic_test()
spec.background_start_time = 0;
spec.background_scenario_text = cc_compete_batch_scenario_10M;
spec.nb_connections = 2;
spec.main_target_time = 8500000;
spec.main_target_time = 10000000;
spec.data_rate_in_gbps = 0.02;
spec.latency = 40000;
spec.icid = icid;
Expand Down

0 comments on commit c820e3c

Please sign in to comment.