Skip to content

Commit

Permalink
Enable cache for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Nov 18, 2024
1 parent a73a466 commit 59ca164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@
"level": "DEBUG",
}
}

CACHE_VIEW_DEFAULT_TIMEOUT = env.int(
"DEFAULT_CACHE_PAGE_TIMEOUT", default=60
) # Enable cache for testing

0 comments on commit 59ca164

Please sign in to comment.