Skip to content

Commit

Permalink
fixed unittest zip size to 20MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
cgloeckner committed Jan 21, 2025
1 parent 836b5ce commit 9d73078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def defaultEnviron():
os.environ['VTT_TITLE'] = 'unittest'
os.environ['VTT_LIMIT_TOKEN'] =' 2'
os.environ['VTT_LIMIT_BG'] = '10'
os.environ['VTT_LIMIT_GAME'] = '5'
os.environ['VTT_LIMIT_GAME'] = '20'
os.environ['VTT_LIMIT_MUSIC'] = '10'
os.environ['VTT_NUM_MUSIC'] = '5'
os.environ['VTT_CLEANUP_EXPIRE'] = '3600'
Expand Down

0 comments on commit 9d73078

Please sign in to comment.