This is fine.
This commit is contained in:
parent
1ca30e1d2f
commit
22715abc85
|
@ -1750,7 +1750,7 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
|
||||||
return d
|
return d
|
||||||
|
|
||||||
# In CI this test can be very slow, so give it a longer timeout:
|
# 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):
|
def test_filesystem_with_cli_in_subprocess(self):
|
||||||
|
|
Loading…
Reference in New Issue