X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f34a8d68bdd096cf1b019a9806bd1e6eba028d77..8dedd02357a95a0ae2c7961c8f1d0896b6311b3b:/services/fuse/tests/test_unmount.py diff --git a/services/fuse/tests/test_unmount.py b/services/fuse/tests/test_unmount.py index e89571087e..3949fd5de4 100644 --- a/services/fuse/tests/test_unmount.py +++ b/services/fuse/tests/test_unmount.py @@ -2,8 +2,6 @@ # # SPDX-License-Identifier: AGPL-3.0 -from __future__ import absolute_import -from builtins import bytes import arvados_fuse.unmount import os import subprocess @@ -31,11 +29,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():