From d7b54f080cf9375dcb256cf69c37de8d2a49002e Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 4 Jul 2019 15:03:02 +1000 Subject: [PATCH] oops constant --- client/src/constants.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/constants.jsx b/client/src/constants.jsx index 3798d50e..3e6ff11b 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -3,8 +3,7 @@ const SOURCE_DURATION_MS = 1000; const TARGET_DELAY_MS = 500; const TARGET_DURATION_MS = 1500; const POST_SKILL_DURATION_MS = 1000; -// const SOURCE_AND_TARGET_TOTAL_DURATION = TARGET_DELAY_MS + TARGET_DURATION_MS; -const SOURCE_AND_TARGET_TOTAL_DURATION = 100000; +const SOURCE_AND_TARGET_TOTAL_DURATION = TARGET_DELAY_MS + TARGET_DURATION_MS; module.exports = { TIMES: {