add timeout
Showing
This diff is collapsed.
| ... | @@ -18,11 +18,12 @@ | ... | @@ -18,11 +18,12 @@ |
| "@types/cron": "^1.7.2", | "@types/cron": "^1.7.2", | ||
| "@types/q": "^1.5.4", | "@types/q": "^1.5.4", | ||
| "@types/yaml": "^1.9.7", | "@types/yaml": "^1.9.7", | ||
| "axios": "^0.19.2", | "axios": "^1.3.4", | ||
| "delay": "^5.0.0", | "delay": "^5.0.0", | ||
| "icmp": "^2.0.1", | "icmp": "^2.0.1", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "p-queue": "6.6.2", | "p-queue": "6.6.2", | ||
| "p-timeout": "4.1.0", | |||
| "q": "^1.5.1", | "q": "^1.5.1", | ||
| "yaml": "^1.10.0" | "yaml": "^1.10.0" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment