We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42c2b commit 5141839Copy full SHA for 5141839
packages/tcpip/src/stack.test.ts
@@ -879,7 +879,7 @@ describe('tcp', () => {
879
// Check timing - with tcp_output enabled, this should be very fast
880
// Without tcp_output, there would be a significant delay (~300ms)
881
const elapsed = endTime - startTime;
882
- expect(elapsed).toBeLessThan(100);
+ expect(elapsed).toBeLessThan(200);
883
});
884
885
0 commit comments