Skip to content

Commit 647c38b

Browse files
authored
Merge pull request #1841 from private-octopus/fix-ns-asym-test
Increase success margin of cc_ns_asym test
2 parents b80fd3f + bab315b commit 647c38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoquictest/cc_compete_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ int cc_ns_asym_test()
139139
spec.data_rate_in_gbps = 0.01;
140140
spec.data_rate_up_in_gbps = 0.001;
141141
spec.latency = 300000;
142-
spec.main_target_time = 7000000;
142+
spec.main_target_time = 7500000;
143143
spec.queue_delay_max = 600000;
144144
spec.icid = icid;
145145
spec.qlog_dir = ".";

0 commit comments

Comments
 (0)