Skip to content

Commit

Permalink
wip: less slightly load check
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 27, 2024
1 parent 202cb21 commit 19c1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/70_volatile.t
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ sub _slightly_loaded($msg="") {
close $in;
chomp $load;
$load =~ s/\s.*//;
return $load>$MAX_LOAD/2;
return $load>$MAX_LOAD/3;
}


Expand Down

0 comments on commit 19c1893

Please sign in to comment.