Skip to content

Commit

Permalink
slight measurement error on GitHub Actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed May 9, 2024
1 parent 0265857 commit 105dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/e2e.t
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ subtest "slow-start" => sub {
if $cc eq "cubic";
my $guard = spawn_server("-C", "$cc:20:p", "--jumpstart-default", "80");
$doit->(@$_)
for ([1450 * 45, 2.5, 2.8], [1450 * 90, 3.0, 3.3]);
for ([1450 * 45, 2.45, 2.8], [1450 * 90, 3.0, 3.3]);
});
};

Expand Down

0 comments on commit 105dc13

Please sign in to comment.