Skip to content

Commit

Permalink
Debug breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed May 27, 2024
1 parent 84556db commit 8f204ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/node-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
- 15672:15672
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- env:
DEBUG: "Rascal:*"
- run: npm test

code-climate:
Expand Down
2 changes: 1 addition & 1 deletion test/subscriptions.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ describe('Subscriptions', () => {
});
},
);
}, { timeout: 10000 });
}, { exclusive: true, timeout: 10000 });

it('should forward messages to publication when requested', (test, done) => {
createBroker(
Expand Down

0 comments on commit 8f204ed

Please sign in to comment.