Skip to content

Commit

Permalink
slowdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed May 17, 2024
1 parent dbc2b27 commit bfc9ce4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@
import pandas as pd
from gemmapy import _subprocessors as sub
import anndata as ad
import time


api = gemmapy.GemmaPy()

@pytest.fixture(autouse=True)
def slow_down_tests():
yield
time.sleep(1)


def test_get_result_sets():
res = api.get_result_sets([200])

Expand Down

0 comments on commit bfc9ce4

Please sign in to comment.