Skip to content

Commit fd49ebe

Browse files
zubairovjhorbulyk
authored andcommitted
New timeout to 10 seconds
1 parent 2cd144c commit fd49ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function processAction(msg) {
5757

5858
yield init();
5959
});
60-
}, 5000);
60+
}, 10000);
6161

6262
console.log('Writing to stream', msg.body);
6363

0 commit comments

Comments
 (0)