Skip to content

Commit

Permalink
Update SyncRepoTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Jul 27, 2024
1 parent a13648f commit 78500e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ class SyncRepoTest(private val param: Parameter) : OrgzlyTest() {
repo = testUtils.setupRepo(WEBDAV, BuildConfig.WEBDAV_REPO_URL + "/" + permanentRepoTestDir + "/" + topDirName, repoProps)
syncRepo = dataRepository.getRepoInstance(repo.id, WEBDAV, repo.url)
testUtils.sync() // Necessary to create the remote directory
SystemClock.sleep(200) // thegood.cloud is slow...
}

private fun tearDownWebdavRepo() {
Expand Down Expand Up @@ -746,4 +747,4 @@ class SyncRepoTest(private val param: Parameter) : OrgzlyTest() {
gitWorkingTree.deleteRecursively()
gitBareRepoPath.toFile()!!.deleteRecursively()
}
}
}

0 comments on commit 78500e8

Please sign in to comment.