Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 417b8d5

Browse files
authored
test: relax aborted span test (#1104)
1 parent be0e39f commit 417b8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-trace-web-frameworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interface TraceSpanStackFrames {
5151
}
5252

5353
// The number of times to retry counting spans in the aborted request test
54-
const ABORTED_SPAN_RETRIES = 3;
54+
const ABORTED_SPAN_RETRIES = 5;
5555
// The list of web frameworks to test.
5656
const FRAMEWORKS: WebFrameworkConstructor[] = [
5757
Connect3,

0 commit comments

Comments
 (0)