diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 694d7db..54876f9 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -33,7 +33,7 @@ jobs: procPerformanceThresholdSec: 1.0 - device: 32bit-android initPerformanceThresholdSec: 1.0 - procPerformanceThresholdSec: 1.0 + procPerformanceThresholdSec: 7.0 steps: - uses: actions/checkout@v3