From 2296196a5733f5af19f292e1e6bfb6b26bab794e Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Tue, 26 Nov 2024 11:45:54 -0800 Subject: [PATCH] try fix --- .github/workflows/android-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index f8e2440c..56296b36 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -30,7 +30,7 @@ jobs: include: - device: android-perf initPerformanceThresholdSec: 6.0 - procPerformanceThresholdSec: 1.0 + procPerformanceThresholdSec: 1.5 steps: - uses: actions/checkout@v3