summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasith Vidanaarachchi <yasith@google.com>2023-10-18 19:18:21 -0400
committerGitHub <noreply@github.com>2023-10-18 23:18:21 +0000
commit740fc0f1357338ba3a7be4bc94a3a23d578b264e (patch)
tree6f3a81da9d38be90efd78e2f1e4a73adec373d3e
parent9359d747d62ccef489f773180a5918b84b857ee2 (diff)
downloadjetpack-camera-app-740fc0f1357338ba3a7be4bc94a3a23d578b264e.tar.gz
Increase timeout for build and test jobs (#70)
Increase the timeout for build and test jobs. Due to androidx.dev maven repository being slow, our CI builds are timing out.
-rw-r--r--.github/workflows/PushWorkflow.yaml4
-rw-r--r--.idea/gradle.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/PushWorkflow.yaml b/.github/workflows/PushWorkflow.yaml
index da7291e..06c8921 100644
--- a/.github/workflows/PushWorkflow.yaml
+++ b/.github/workflows/PushWorkflow.yaml
@@ -14,7 +14,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v3
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 85af6d3..ba0df2e 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -4,6 +4,7 @@
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
+ <option name="testRunner" value="GRADLE" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="JDK" />
<option name="modules">