From 0c48dad8357f6fbb3931ff6bc39383e575670344 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:04:28 +0200 Subject: [PATCH] fixed timeout on emulator auto retry instrumentation tests --- .github/workflows/execute-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/execute-tests.yaml b/.github/workflows/execute-tests.yaml index 751bf9d..04efa0f 100644 --- a/.github/workflows/execute-tests.yaml +++ b/.github/workflows/execute-tests.yaml @@ -116,7 +116,7 @@ jobs: run: | PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH cd $WORKSPACE/chromium/src - out/bromite/bin/run_chrome_public_test_apk -v --fast-local-dev --gtest_filter=*Bromite* || KO=1 + out/bromite/bin/run_chrome_public_test_apk -v --num-retries=1 --gtest_filter=*Bromite* || KO=1 #- name: Wait forever # shell: bash