From 77cd8b4faf14552a7f25156e7071ac8110e7b1d4 Mon Sep 17 00:00:00 2001 From: Anmol Varma Date: Sun, 10 May 2020 18:32:08 +0530 Subject: [PATCH] ffix: increase timer duration from 15 secs to 25 secs --- src/constants/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/config.js b/src/constants/config.js index f0ecb80..b0db1d7 100644 --- a/src/constants/config.js +++ b/src/constants/config.js @@ -1,5 +1,5 @@ const NUMBER_OF_QUESTIONS = 10 -const TIME_FOR_EACH_QUESTION = 15 +const TIME_FOR_EACH_QUESTION = 25 const TIME_INTERVAL_BETWEEN_QUESTIONS = 1500 const SHARE_LINK_TITLE = "Play football player transfer quiz at" const APP_ID = "2893375807395705"