diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78f7e35e..e05b19a5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - '16.0' - '16.x' - '17.x' - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -83,7 +83,7 @@ jobs: image: redis ports: - 6379:6379 - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -104,7 +104,7 @@ jobs: - '12.x' - '14.x' - '16.x' - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3