Skip to content

Commit

Permalink
Update costBenefits.js
Browse files Browse the repository at this point in the history
  • Loading branch information
moblim committed Aug 2, 2021
1 parent b05f2b7 commit dcd2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trials/costBenefits.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const costBenefits = (duration, blockSettings, opts, trialDetails) => {
clearInterval(timer2);
done(returnObj);
}
}, 50);
}, 20);
}
}
var keyboardListener = jsPsych.pluginAPI.getKeyboardResponse({
Expand Down

0 comments on commit dcd2198

Please sign in to comment.