longer sleep for screenshot test

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-29 19:09:54 +01:00
parent a0c956757e
commit 775675219b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class UploadFilesActivityIT : AbstractIT() {
}
waitForIdleSync()
shortSleep()
longSleep()
screenshot(sut.fileListFragment.binding.emptyList.emptyListView)
}