Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 4189b67

Browse files
committed
change waitfor polling interval from 1 sec to 5 secs
1 parent 6ca7f8b commit 4189b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/machines/waitfor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var assign = require('lodash.assign');
6262
* }
6363
*/
6464

65-
var INTERVAL = 1000; // ms
65+
var INTERVAL = 5000; // ms
6666

6767
function waitfor(params, cb) {
6868
if (!params.state) {

0 commit comments

Comments
 (0)