Skip to content

Commit fa049fa

Browse files
CASSNODEJS-6 Fix flaky client-batch-tests of cassandra.pid missing
Patch by Jane He; reviewed by Jorge Bay
2 parents 1c0a7df + 8ddf465 commit fa049fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
echo "JAVA11_HOME=${{ steps.z11.outputs.path }}" >> "$GITHUB_ENV"
101101
echo "JAVA17_HOME=${{ steps.z17.outputs.path }}" >> "$GITHUB_ENV"
102102
echo "JAVA_HOME=${{ steps.z8.outputs.path }}" >> "$GITHUB_ENV"
103+
echo "CCM_UPDATE_PID_DEFAULT_TIMEOUT=120" >> "$GITHUB_ENV"
103104
104105
- name: Generate SSL certificates
105106
run: |
@@ -175,6 +176,11 @@ jobs:
175176
- name: Print environment
176177
run: printenv | sort
177178

179+
- name: Pre-download Cassandra distribution
180+
run: |
181+
ccm create predownload -v $CCM_VERSION
182+
ccm remove
183+
178184
- name: Run tests
179185
run: |
180186
npm ci

0 commit comments

Comments
 (0)