diff --git a/index.html b/index.html
index e512179..5b98879 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
Request test
let abortController;
const ENDPOINT = 'https://httpbin.org/get'
- const INTERVAL_MS = 4000;
+ const INTERVAL_MS = 3000;
const xhrResponsesElem = document.querySelector('#xhr-responses');
const fetcResponsesElem = document.querySelector('#fetch-responses');
const xhrPolling = document.querySelector('#xhr-polling');