We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cff33 commit eb798c5Copy full SHA for eb798c5
src/tests/_utils/metakg/integration/parser/parse.py
@@ -5,6 +5,7 @@
5
6
class TestAPI(unittest.TestCase):
7
URL_EXAMPLE = "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/mygene.info/openapi_full.yml"
8
+ TIMEOUT = 10 # Timeout in seconds
9
10
def setUp(self):
11
self.headers = {"Content-Type": "application/json"}
0 commit comments