X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f5b0542513b572959e39400bae42e69aeb1a7b6..bf4193eeaa390cec08bbb8333a53fbc89edfd7f3:/services/fuse/tests/test_unmount.py diff --git a/services/fuse/tests/test_unmount.py b/services/fuse/tests/test_unmount.py index e89571087e..6a19b33454 100644 --- a/services/fuse/tests/test_unmount.py +++ b/services/fuse/tests/test_unmount.py @@ -31,11 +31,11 @@ class UnmountTest(IntegrationTest): self.mnt]) subprocess.check_call( ['./bin/arv-mount', '--subtype', 'test', '--replace', - '--unmount-timeout', '10', + '--unmount-timeout', '60', self.mnt]) subprocess.check_call( ['./bin/arv-mount', '--subtype', 'test', '--replace', - '--unmount-timeout', '10', + '--unmount-timeout', '60', self.mnt, '--exec', 'true']) for m in subprocess.check_output(['mount']).splitlines():