Skip to content

Commit 9b6a1f2

Browse files
committed
Update main.js
1 parent dd86fda commit 9b6a1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setTimeout(() => {
3030
};
3131
xmlhttp.open("GET", url, true);
3232
xmlhttp.send();
33-
});
33+
}, 3000);
3434

3535
setTimeout(() => {
3636
console.warn("Demo warning :)");
@@ -39,4 +39,4 @@ setTimeout(() => {
3939

4040
setTimeout(() => {
4141
console.warn("Failed to attach button listener.");
42-
}, 2000);
42+
}, 4000);

0 commit comments

Comments
 (0)