From 55a47c9b6e757e0ffbfcf4ce44e12f7010d9ac63 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Tue, 27 Jun 2023 18:20:57 +0200 Subject: [PATCH] Added UIAutomator and Readme --- .github/workflows/run-tests.yml | 4 ++++ .mocharc.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 65c2ca6..fd8ff6b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -2,6 +2,10 @@ name: Appium Tests on: [push, pull_request, workflow_dispatch] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: settings-tests: name: Settings Tests diff --git a/.mocharc.json b/.mocharc.json index 4bfc2b7..1b67fd5 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -6,7 +6,7 @@ "ts" ], "spec": "src/tests/**/*.ts", - "timeout": 50000, + "timeout": 500000, "watch-files": [ "src/tests/**/*.ts" ],