From 90b2551fb7d33148009283895f1996705c67a4df Mon Sep 17 00:00:00 2001 From: Vivek Nayak Date: Mon, 24 Jul 2023 14:53:20 -0700 Subject: [PATCH] Increase pytest timeout --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e7ddb7000..964ecaeee8 100644 --- a/tox.ini +++ b/tox.ini @@ -131,7 +131,7 @@ markers = doctest: doctest tests # Other markers timeout: tests that need a timeout time -addopts = --doctest-modules --timeout=300 +addopts = --doctest-modules --timeout=1200 [flake8] # E203: Whitespace before ':'