X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb690390d4f253c3bbb9c543e243cf988f39fbb3..ffb2409fc6c7c37d86b490fa8a1465da6ceaa354:/services/fuse/tests/integration_test.py diff --git a/services/fuse/tests/integration_test.py b/services/fuse/tests/integration_test.py index 89b39dbc87..e80b6983a1 100644 --- a/services/fuse/tests/integration_test.py +++ b/services/fuse/tests/integration_test.py @@ -86,7 +86,7 @@ class IntegrationTest(unittest.TestCase): with arvados_fuse.command.Mount( arvados_fuse.command.ArgumentParser().parse_args( argv + ['--foreground', - '--unmount-timeout=2', + '--unmount-timeout=60', self.mnt])) as self.mount: return func(self, *args, **kwargs) finally: