1
0
Fork 0

Fix tests

This commit is contained in:
Steve Soltys 2024-06-05 16:42:32 -04:00
parent 1966c91e8e
commit 1061cdeed3

View file

@ -16,6 +16,7 @@ import org.junit.rules.TestName
import org.junit.runner.RunWith
import org.koin.core.component.KoinComponent
import java.io.File
import java.lang.Thread.sleep
import java.util.concurrent.atomic.AtomicBoolean
@RunWith(AndroidJUnit4::class)
@ -44,6 +45,9 @@ internal abstract class SeedvaultLargeTest :
resetApplicationState()
clearTestBackups()
sleep(120000)
runCommand("bmgr transport com.stevesoltys.seedvault.transport.ConfigurableBackupTransport")
startRecordingTest(keepRecordingScreen, name.methodName)
restoreBaselineBackup()