mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: pipeline utils 转移到basic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function (timeout: number) {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => {
|
||||
resolve({});
|
||||
}, timeout);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user