Skip to content

Commit 00edc1f

Browse files
committed
test: Adjust performance test threshold
1 parent 94f62c4 commit 00edc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/react/integration.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ describe('React Integration Tests', () => {
15981598
const endTime = performance.now();
15991599
// Should complete within reasonable time
16001600
// It is a basic performance test, not a strict benchmark
1601-
expect(endTime - startTime).toBeLessThan(100);
1601+
expect(endTime - startTime).toBeLessThan(120);
16021602
});
16031603
});
16041604
});

0 commit comments

Comments
 (0)