Skip to content

Commit 5141839

Browse files
committed
chore: increase testing threshold to avoid flaky tests
1 parent 3a42c2b commit 5141839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tcpip/src/stack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ describe('tcp', () => {
879879
// Check timing - with tcp_output enabled, this should be very fast
880880
// Without tcp_output, there would be a significant delay (~300ms)
881881
const elapsed = endTime - startTime;
882-
expect(elapsed).toBeLessThan(100);
882+
expect(elapsed).toBeLessThan(200);
883883
});
884884
});
885885

0 commit comments

Comments
 (0)