X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb..1476fbd67813d5fbead1ad614f5317db9bd0e0bb:/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: