Skip to content

Commit eb798c5

Browse files
committed
added timeout
1 parent 49cff33 commit eb798c5

File tree

1 file changed

+1
-0
lines changed
  • src/tests/_utils/metakg/integration/parser

1 file changed

+1
-0
lines changed

src/tests/_utils/metakg/integration/parser/parse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

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

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

0 commit comments

Comments
 (0)