Skip to content

Commit

Permalink
chore: exit after test
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 12, 2025
1 parent d19f1d9 commit 4ab04fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interop/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
proxyServer.listen(0)

await pEvent(proxyServer, 'listening', {
signal: AbortSignal.timeout(5000)
signal: AbortSignal.timeout(30_000)
})

console.error('redis proxy is listening on port', proxyServer.address().port, 'after', Date.now() - start, 'ms')
Expand Down
2 changes: 1 addition & 1 deletion interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN npm run build

WORKDIR /app/interop

ENTRYPOINT npm test -- -t node
ENTRYPOINT npm test -- -t node -- --exit

0 comments on commit 4ab04fa

Please sign in to comment.