diff --git a/index.html b/index.html
index ac78423..8df9daa 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
Request test
let fetchResponseCounter = 1;
let abortController;
- const ENDPOINT = 'https://httpbin.org/delay/2'
+ const ENDPOINT = 'https://httpbin.org/delay/1'
const INTERVAL_MS = 3000;
const xhrResponsesElem = document.querySelector('#xhr-responses');
const fetcResponsesElem = document.querySelector('#fetch-responses');