Commit 6d8835a1 authored by martin hou's avatar martin hou

test: 增加定时器休眠测试

parent d972f1d7
...@@ -25,6 +25,10 @@ export function Home() { ...@@ -25,6 +25,10 @@ export function Home() {
// console.log('onerror', e); // console.log('onerror', e);
// alert('此设备已经在其它已打开的HiNotes网页上建立连接'); // alert('此设备已经在其它已打开的HiNotes网页上建立连接');
// }; // };
setInterval(function()
{
Logger.info('hearbeat', 'tick', 'xxxx');
}, 5000);
}, []); }, []);
const getFilePart = () => { const getFilePart = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment