|
@@ -176,7 +176,8 @@ class DocumentsStorageProviderIT : AbstractOnServerIT() {
|
|
assertExistsOnServer(client, ocFile1.remotePath, false)
|
|
assertExistsOnServer(client, ocFile1.remotePath, false)
|
|
}
|
|
}
|
|
|
|
|
|
- @Test
|
|
|
|
|
|
+ @Suppress("MagicNumber")
|
|
|
|
+ @Test(timeout = 5 * 60 * 1000)
|
|
fun testServerChangedFileContent() {
|
|
fun testServerChangedFileContent() {
|
|
// create random file
|
|
// create random file
|
|
val file1 = rootDir.createFile("text/plain", RandomString.make())!!
|
|
val file1 = rootDir.createFile("text/plain", RandomString.make())!!
|