X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0662b235357dd40b5d27efd06b60044ddcec06f6..8417bf754051966915b93c362624ebdcd492d660:/services/fuse/tests/integration_test.py diff --git a/services/fuse/tests/integration_test.py b/services/fuse/tests/integration_test.py index faa4a55065..5a45bfc103 100644 --- a/services/fuse/tests/integration_test.py +++ b/services/fuse/tests/integration_test.py @@ -62,7 +62,9 @@ class IntegrationTest(unittest.TestCase): def wrapper(self, *args, **kwargs): with arvados_fuse.command.Mount( arvados_fuse.command.ArgumentParser().parse_args( - argv + ['--foreground', self.mnt])): + argv + ['--foreground', + '--unmount-timeout=0.1', + self.mnt])): return func(self, *args, **kwargs) return wrapper return decorator