Skip to content

Commit

Permalink
since caching is disabled, time to run must be increased
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jun 13, 2022
1 parent 6600ae0 commit f2029f9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: ./ci/deploy/dockerhub-test-images.bash

unit-test-webserver-01:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] webserver 01"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-webserver-02:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] webserver 02"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-webserver-03:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] webserver 03"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-api:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] api"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
run: ./ci/github/unit-testing/api.bash test

unit-test-api-server:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] api-server"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-catalog:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] catalog"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-datcore-adapter:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] datcore-adapter"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-director:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] director"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-director-v2:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] director-v2"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-dask-task-models-library:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] dask-task-models-library"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -575,7 +575,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-dask-sidecar:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] dask-sidecar"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-dynamic-sidecar:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] dynamic-sidecar"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-frontend:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] frontend"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
# flags: unittests #optional

unit-test-python-linting:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] python-linting"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -749,7 +749,7 @@ jobs:
run: ./ci/github/unit-testing/python-linting.bash test

unit-test-postgres-database:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] postgres-database"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -799,7 +799,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-service-integration:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] service-integration"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -848,7 +848,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-service-library:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] service-library"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -897,7 +897,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-settings-library:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] settings-library"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -946,7 +946,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-models-library:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] models-library"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -995,7 +995,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-simcore-sdk:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] simcore-sdk"
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -1046,7 +1046,7 @@ jobs:
path: codeclimate.${{ github.job }}_coverage.json

unit-test-storage:
timeout-minutes: 15 # if this timeout gets too small, then split the tests
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] storage"
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit f2029f9

Please sign in to comment.