Skip to content

Commit e4e6dfd

Browse files
committed
Update test env
1 parent e3f7540 commit e4e6dfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • backend/common/testcommon

backend/common/testcommon/env.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ func DefaultEnv() *common.Env {
3131
JOB_POLL_INTERVAL: time.Hour * 999,
3232
MAX_TOTAL_JOB_WEIGHT: 100,
3333

34+
SIGNUP_LINK_DEFAULT_EXPIRY: time.Hour * 24 * 2,
35+
SIGNUP_LINK_MAX_EXPIRY: time.Hour * 24 * 7,
36+
3437
UNLOCK_TIME: time.Hour * 24 * 7,
3538
AUTH_CODE_VALID_FOR: time.Hour * 24 * 3,
3639
USED_AUTH_CODE_VALID_FOR: time.Hour,

0 commit comments

Comments
 (0)