Skip to content

Commit

Permalink
t/51load.t: Increase bytelimit, run for a bit longer
Browse files Browse the repository at this point in the history
  • Loading branch information
hessu committed Jun 13, 2024
1 parent b431e8d commit b84975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t/51load.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sleep(0.5);

my $flush_interval = 500;
$flush_interval = 300;
my $bytelimit = 4*1024*1024;
my $bytelimit = 20*1024*1024;
my $window = 64*1024;
#my $window = 2*1024;
my $outstanding = 0;
Expand Down

0 comments on commit b84975f

Please sign in to comment.