Skip to content

Commit

Permalink
Added qcluster config to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goyal1092 authored and milafrerichs committed May 5, 2021
1 parent ece6c51 commit f18e0bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wazimap_ng/config/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ class Test(Common):
}

FILE_SIZE_LIMIT = 3000 * 1024 * 1024

Q_CLUSTER = {
"redis": os.environ.get("REDIS_URL"),
"sync": True
}

0 comments on commit f18e0bb

Please sign in to comment.