Fix tests
This commit is contained in:
parent
1966c91e8e
commit
1061cdeed3
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import org.junit.rules.TestName
|
||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
import org.koin.core.component.KoinComponent
|
import org.koin.core.component.KoinComponent
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
import java.lang.Thread.sleep
|
||||||
import java.util.concurrent.atomic.AtomicBoolean
|
import java.util.concurrent.atomic.AtomicBoolean
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
|
|
@ -44,6 +45,9 @@ internal abstract class SeedvaultLargeTest :
|
||||||
resetApplicationState()
|
resetApplicationState()
|
||||||
clearTestBackups()
|
clearTestBackups()
|
||||||
|
|
||||||
|
sleep(120000)
|
||||||
|
runCommand("bmgr transport com.stevesoltys.seedvault.transport.ConfigurableBackupTransport")
|
||||||
|
|
||||||
startRecordingTest(keepRecordingScreen, name.methodName)
|
startRecordingTest(keepRecordingScreen, name.methodName)
|
||||||
restoreBaselineBackup()
|
restoreBaselineBackup()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue