Skip to content

Commit

Permalink
RUN_PARALLEL:1 timeout 240m
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 28, 2024
1 parent 0c63e72 commit 4717422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Running integration tests
env:
RUN_PARALLEL: 4
RUN_PARALLEL: 1
GOROOT: ${{ env.GOROOT_1_22_X64 }}
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
# options for advanced debug CI/CD
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
fi
done
go test -parallel ${RUN_PARALLEL} -timeout 120m -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v test/integration/integration_test.go
go test -parallel ${RUN_PARALLEL} -timeout 240m -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v test/integration/integration_test.go
- name: Format integration coverage
env:
GOROOT: ${{ env.GOROOT_1_22_X64 }}
Expand Down

0 comments on commit 4717422

Please sign in to comment.