This is fine.

This commit is contained in:
Itamar Turner-Trauring 2023-05-02 12:17:55 -04:00
parent 1ca30e1d2f
commit 22715abc85
1 changed files with 1 additions and 1 deletions

View File

@ -1750,7 +1750,7 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
return d
# In CI this test can be very slow, so give it a longer timeout:
test_filesystem.timeout = 360
test_filesystem.timeout = 360 # type: ignore[attr-defined]
def test_filesystem_with_cli_in_subprocess(self):