Skip to content

Commit 434158c

Browse files
committed
fix: test
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 765aae8 commit 434158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
docker run -d --name db2 -e ACCEPT_EULA=TRUE -p 60000:50000 -v db2data:/db2data ibmcom/db2
3131
- name: Wait for DB2 to be ready
32-
run: sleep 200
32+
run: sleep 1000
3333
- name: Use Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@v4
3535
with:

0 commit comments

Comments
 (0)