File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
ios-baseUnitTests/Cases/Services Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4141 - name : Downloading Google Firebase plist files
4242 run : |
4343 aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44- ls
45- ls ios-base/Resources
4644
4745 # Runs test on the develop scheme
4846 - name : Running Test Suite
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://img.shields.io/travis/ rootstrap/ios-base/master.svg )] ( https://travis-ci.org /rootstrap/ios-base )
1+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/ rootstrap/ios-base/CI%20Build )] ( https://github.com /rootstrap/ios-base/actions/workflows/ci.yml )
22[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/21b076c80057210cda75/maintainability )] ( https://codeclimate.com/github/rootstrap/ios-base/maintainability )
33[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/21b076c80057210cda75/test_coverage )] ( https://codeclimate.com/github/rootstrap/ios-base/test_coverage )
44[ ![ License] ( https://img.shields.io/github/license/rootstrap/ios-base.svg )] ( https://github.com/rootstrap/ios-base/blob/master/LICENSE.md )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class UserServiceUnitTests: XCTestCase {
4242 }
4343 }
4444
45- wait ( for: [ expectation] , timeout: 3 .0)
45+ wait ( for: [ expectation] , timeout: 5 .0)
4646 }
4747
4848 func testServicesReturnsError( ) {
@@ -58,7 +58,7 @@ class UserServiceUnitTests: XCTestCase {
5858 }
5959
6060 }
61- wait ( for: [ expectation] , timeout: 3 .0)
61+ wait ( for: [ expectation] , timeout: 5 .0)
6262 }
6363
6464 private func testUserStorageAfterProfileFetch(
You can’t perform that action at this time.
0 commit comments