diff options
-rwxr-xr-x | hosts/vidhar/borg/copy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/borg/copy.py b/hosts/vidhar/borg/copy.py index 37f7ff04..752b5cba 100755 --- a/hosts/vidhar/borg/copy.py +++ b/hosts/vidhar/borg/copy.py | |||
@@ -153,7 +153,7 @@ def copy_archive(src_repo_path, dst_repo_path, entry): | |||
153 | ret = subprocess.run(['mountpoint', '-q', dir]) | 153 | ret = subprocess.run(['mountpoint', '-q', dir]) |
154 | if ret.returncode == 0: | 154 | if ret.returncode == 0: |
155 | break | 155 | break |
156 | elif datetime.now() - wait_start > timedelta(minutes=10): | 156 | elif datetime.now() - wait_start > timedelta(minutes=15): |
157 | ret.check_returncode() | 157 | ret.check_returncode() |
158 | sleep(0.1) | 158 | sleep(0.1) |
159 | if sp.enabled: | 159 | if sp.enabled: |