Skip to content

Commit

Permalink
test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameSoup committed Nov 13, 2023
1 parent 27640c1 commit 80a17d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/assets/js/fallback-cssAsset.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Url = 'https://kirisoup.github.io/assets/image/bg.gif';
Timeout = 5000;
Timeout = 500;

// check status for github (site domain) and ghproxy (proxy domain)
function checkUrl(url, timeout) {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/fallback-cssAsset.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Url = 'https://kirisoup.github.io/assets/image/bg.gif';
Timeout = 5000;
Timeout = 500;

// check status for github (site domain) and ghproxy (proxy domain)
function checkUrl(url, timeout) {
Expand Down

0 comments on commit 80a17d0

Please sign in to comment.