diff --git a/.github/workflows/mt-sync-code-data.yml b/.github/workflows/mt-sync-code-data.yml index dc656da6..8b1aa16f 100644 --- a/.github/workflows/mt-sync-code-data.yml +++ b/.github/workflows/mt-sync-code-data.yml @@ -39,6 +39,7 @@ env: jobs: MT-SYNC-CODE-DATA-JOB: name: "MT Sync Code & Data" + timeout-minutes: 30 runs-on: ubuntu-latest steps: - name: MT check out main repository code (no submodules) @@ -110,6 +111,7 @@ jobs: - name: MT commit code change run: ./commit_code_change.sh - name: MT download & parse + timeout-minutes: 10 run: ./download_and_parse.sh - name: MT artifact > GTFS files uses: actions/upload-artifact@v4 diff --git a/.gitignore b/.gitignore index bda549c8..7ad460bb 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,8 @@ fabric.properties .idea/deploymentTargetDropDown.xml # Project migrations .idea/migrations.xml +# others +.idea/other.xml # Keystore files # Uncomment the following line if you do not want to check your keystore files in. diff --git a/commons b/commons index df77befd..bfeb3e79 160000 --- a/commons +++ b/commons @@ -1 +1 @@ -Subproject commit df77befde41a4102936cb992f733a26267aa5301 +Subproject commit bfeb3e7942be17b0d0520164f9159f5f88622353 diff --git a/commons-android b/commons-android index 4d5578ea..df9c598c 160000 --- a/commons-android +++ b/commons-android @@ -1 +1 @@ -Subproject commit 4d5578ea39db87652434427c1d634d7b2f5d7597 +Subproject commit df9c598c87cba018f05799eabc5e7af4dd9bbdd0