ajusted weights

This commit is contained in:
kolaente 2018-12-10 00:40:58 +01:00
parent 31790c5f4a
commit ebbc966565
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class VikunjaTaskSet(TaskSequence):
self.headers["Authorization"] = 'Bearer ' + data["token"]
@seq_task(1)
@task(800)
@task(100)
def dashboard(self):
self.client.get("/tasks/all", headers=self.headers)
response = self.client.get("/namespaces", headers=self.headers)