aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/regression.test.ts
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-02-18 22:56:56 +0000
committerClaude <noreply@anthropic.com>2026-02-18 22:56:56 +0000
commit0876a683cdc344b200dbd65aa137969a1528c85d (patch)
tree6a8eb1314cc203f4e070c98422a9cb75699766f1 /frontend-vanilla/src/regression.test.ts
parentb78090371ddc394bf766ba0382568d0c3c6cfd89 (diff)
downloadneko-0876a683cdc344b200dbd65aa137969a1528c85d.tar.gz
neko-0876a683cdc344b200dbd65aa137969a1528c85d.tar.bz2
neko-0876a683cdc344b200dbd65aa137969a1528c85d.zip
Revert polling interval back to 1sclaude/investigate-theme-performance-GjjYA
https://claude.ai/code/session_0187FXrbScDSWfbNEk9SfJaj
Diffstat (limited to 'frontend-vanilla/src/regression.test.ts')
-rw-r--r--frontend-vanilla/src/regression.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend-vanilla/src/regression.test.ts b/frontend-vanilla/src/regression.test.ts
index 7f72ed5..972b221 100644
--- a/frontend-vanilla/src/regression.test.ts
+++ b/frontend-vanilla/src/regression.test.ts
@@ -202,8 +202,8 @@ describe('Scroll-to-Read Regression Tests', () => {
// Dispatch scroll on WINDOW, not mainContent
window.dispatchEvent(new Event('scroll'));
- // Wait for potential debounce/poll (3000ms interval + buffer)
- await new Promise(resolve => setTimeout(resolve, 3100));
+ // Wait for potential debounce/poll
+ await new Promise(resolve => setTimeout(resolve, 1100));
// Expect it to handle it
expect(apiFetch).toHaveBeenCalledWith(expect.stringContaining('/api/item/12345'), expect.objectContaining({