Skip to content

Commit be6c052

Browse files
committed
chore: increase first use survey time to 20 minutes from 10 to give more time to evaluate
1 parent ce4f096 commit be6c052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/Phoenix/guided-tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ define(function (require, exports, module) {
3737

3838
// All popup notifications will show immediately on boot, we don't want to interrupt user amidst his work
3939
// by showing it at a later point in time.
40-
const GENERAL_SURVEY_TIME = 600000, // 10 min
40+
const GENERAL_SURVEY_TIME = 1200000, // 20 min
4141
POWER_USER_SURVEY_TIME = 10000, // 10 seconds to allow the survey to preload, but not
4242
// enough time to break user workflow
4343
ONE_MONTH_IN_DAYS = 30,

0 commit comments

Comments
 (0)