Merge branch '21666-provision-test-improvement'
[arvados.git] / services / fuse / tests / test_unmount.py
index e89571087e5eaf885ce47e41e10603fb805d11de..3949fd5de4d85953ec2ce8b6bf200e6bc8d22427 100644 (file)
@@ -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():