Skip an integration test and extend firebase testlab timeout (#4195)

This commit is contained in:
Maurice Parrish
2021-07-26 22:41:14 -07:00
committed by GitHub
parent 2e42b205b1
commit a063a21346
2 changed files with 7 additions and 7 deletions

View File

@ -178,7 +178,7 @@ class FirebaseTestLabCommand extends PackageLoopingCommand {
'--test',
'build/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk',
'--timeout',
'5m',
'7m',
'--results-bucket=${getStringArg('results-bucket')}',
'--results-dir=$resultsDir',
];