Skip to content

Commit

Permalink
added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiBytes committed Dec 5, 2024
1 parent 49cff33 commit eb798c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/_utils/metakg/integration/parser/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class TestAPI(unittest.TestCase):
URL_EXAMPLE = "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/mygene.info/openapi_full.yml"
TIMEOUT = 10 # Timeout in seconds

def setUp(self):
self.headers = {"Content-Type": "application/json"}
Expand Down

0 comments on commit eb798c5

Please sign in to comment.