Skip to content

Commit a20653f

Browse files
committed
Fix flaky runs replication test
1 parent 0605a5a commit a20653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/runsReplicationService.part1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe("RunsReplicationService (part 1/2)", () => {
128128

129129
expect(transactionSpan).not.toBeNull();
130130
expect(transactionSpan?.attributes["transaction.parse_duration_ms"]).toBeGreaterThan(0);
131-
expect(transactionSpan?.attributes["transaction.parse_duration_ms"]).toBeLessThan(1);
131+
expect(transactionSpan?.attributes["transaction.parse_duration_ms"]).toBeLessThan(5);
132132

133133
await runsReplicationService.stop();
134134
}

0 commit comments

Comments
 (0)