Skip to content

Commit

Permalink
ffix: increase timer duration from 15 secs to 25 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol Varma committed May 10, 2020
1 parent 58423f2 commit 77cd8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/config.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 77cd8b4

Please sign in to comment.