Skip to content

Commit

Permalink
Merge pull request #725 from NatLibFi/set-startup-time-threshold-0.4
Browse files Browse the repository at this point in the history
Increase maximum startup time threshold (0.3 -> 0.4 s)
  • Loading branch information
osma authored Aug 10, 2023
2 parents e9031bb + 2709b55 commit 40cc2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/time-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ average_startup_time=$(echo "scale=3; ($startup_time1 + $startup_time2 + $startu
echo "Average Startup time: $average_startup_time seconds"

# Set the threshold for acceptable startup time in seconds
threshold=0.300
threshold=0.400

# Compare the average startup time with the threshold
if (( $(echo "$average_startup_time > $threshold" | bc -l) )); then
Expand Down

0 comments on commit 40cc2fd

Please sign in to comment.