Increase test license duration for MyKV

This commit is contained in:
Ramon Wenger 2022-09-01 15:44:24 +02:00
parent c27fc9200b
commit b244c7349d
1 changed files with 2 additions and 2 deletions

View File

@ -39,14 +39,14 @@ MYSKILLBOX_LICENSES = {
},
'978-3-0355-2189-4': {
'edition': STUDENT_KEY,
'duration': 30,
'duration': 400,
'name': 'Student test 1 month',
'platform': MYKV_PLATFORM,
'default': True
},
'978-3-0355-2188-7': {
'edition': TEACHER_KEY,
'duration': 30,
'duration': 400,
'name': 'Student test 1 month',
'platform': MYKV_PLATFORM
}