removing rsync dependency, using cp -R instead, reducing wait time in test

This commit is contained in:
rigzba21
2021-08-06 14:55:58 -04:00
parent 9d9b76909d
commit 0dbce4526e
3 changed files with 2 additions and 5 deletions

View File

@@ -209,8 +209,6 @@ def test_container_not_delete_bind_mount(container, tmp_path):
volumes={d: {"bind": "/home/jovyan/data", "mode": "rw"}},
command=["start.sh", "jupyter", "lab"],
)
time.sleep(10)
time.sleep(2)
assert p.read_text() == "some-content"
assert len(list(tmp_path.iterdir())) == 1