Skip to content

Commit

Permalink
try to bump insane integration test limits even further
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jul 31, 2024
1 parent adbc412 commit ee86df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ee86df0

Please sign in to comment.