From 75d15f7af6902df5a4856c5cf4e5a4a31f6c80ee Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Thu, 19 Dec 2024 08:59:28 -0800 Subject: [PATCH] Increase threshold for serverless cold start tests. --- test/integration/serverless_perf/compute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/serverless_perf/compute.sh b/test/integration/serverless_perf/compute.sh index c8421c24a84c9..06be249e90867 100755 --- a/test/integration/serverless_perf/compute.sh +++ b/test/integration/serverless_perf/compute.sh @@ -2,7 +2,7 @@ set -o pipefail -STARTUP_TIME_THRESHOLD=25 +STARTUP_TIME_THRESHOLD=28 calculate_median() { local sorted=($(printf "%s\n" "${@}" | sort -n))