Skip to content

Commit c549118

Browse files
committed
change base duration for travis to pass
1 parent 7bc0c9a commit c549118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scenarios/issue-16.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const sentInput = function (i) {
4040

4141
const sentOutput = {foo2: 'bar2'};
4242

43-
const taskDurationBase = 500;
43+
const taskDurationBase = 2000;
4444
const fn = function (event, callback, heartbeat) {
4545
heartbeat();
4646

0 commit comments

Comments
 (0)