From 59a4f5ee56b7b333e515f9c5d27a6cc7fce4bd72 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 15 May 2024 11:19:50 -0700 Subject: [PATCH] Update cronet.yml --- .github/workflows/cronet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 218b23f869..7daa24b239 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -59,3 +59,6 @@ jobs: api-level: 21 target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }} script: cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/ + ram-size: 8192MB + disk-size: 8192MB + heap-size: 2048MB