Skip to content

Commit

Permalink
speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Sep 23, 2024
1 parent bfab32a commit 26864e7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def test_get(self, app, url, institution, user, admin):
timestamp=timestamp_early
).save()

import time
time.sleep(5)

# Tests authorized user with institution with metrics
resp = app.get(url, auth=admin.auth)
assert resp.status_code == 200
Expand Down

0 comments on commit 26864e7

Please sign in to comment.