try to bump insane integration test limits even further
This commit is contained in:
parent
adbc412d20
commit
ee86df038b
2 changed files with 3 additions and 3 deletions
.github/scripts
app/src/androidTest/java/com/stevesoltys/seedvault/e2e
2
.github/scripts/run_tests.sh
vendored
2
.github/scripts/run_tests.sh
vendored
|
@ -8,7 +8,7 @@ adb shell bmgr autorestore false
|
|||
|
||||
echo "Installing Seedvault app..."
|
||||
./gradlew --stacktrace :app:installDebugAndroidTest
|
||||
sleep 60
|
||||
sleep 100
|
||||
|
||||
D2D_BACKUP_TEST=$1
|
||||
|
||||
|
|
|
@ -46,9 +46,9 @@ internal abstract class SeedvaultLargeTest :
|
|||
clearTestBackups()
|
||||
|
||||
runCommand("bmgr enable true")
|
||||
sleep(60_000)
|
||||
sleep(100_000)
|
||||
runCommand("bmgr transport com.stevesoltys.seedvault.transport.ConfigurableBackupTransport")
|
||||
sleep(60_000)
|
||||
sleep(100_000)
|
||||
|
||||
startRecordingTest(keepRecordingScreen, name.methodName)
|
||||
restoreBaselineBackup()
|
||||
|
|
Loading…
Add table
Reference in a new issue