Raise slow RPC ack warning threshold to 15s #4590
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
1m 11s
Release Smoke
11s
Annotations
3 errors
|
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
|
|
Format, Lint, Typecheck, Test, Browser Test, Build
@t3tools/web#test: command (/home/runner/_work/t3code/t3code/apps/web) /home/runner/.bun/bin/bun run test exited (1)
|
|
src/wsTransport.test.ts > WsTransport > marks unary requests as slow until the first server ack arrives:
apps/web/src/wsTransport.test.ts#L317
AssertionError: expected [] to match object [ { requestId: '1', …(1) } ]
- Expected
+ Received
- [
- {
- "requestId": "1",
- "tag": "server.upsertKeybinding",
- },
- ]
+ []
❯ src/wsTransport.test.ts:317:39
❯ waitFor src/wsTransport.test.ts:94:7
❯ src/wsTransport.test.ts:316:5
|