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 41
41
- name : Downloading Google Firebase plist files
42
42
run : |
43
43
aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44
- ls
45
- ls ios-base/Resources
46
44
47
45
# Runs test on the develop scheme
48
46
- 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 )
2
2
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/21b076c80057210cda75/maintainability )] ( https://codeclimate.com/github/rootstrap/ios-base/maintainability )
3
3
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/21b076c80057210cda75/test_coverage )] ( https://codeclimate.com/github/rootstrap/ios-base/test_coverage )
4
4
[ ![ 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 {
42
42
}
43
43
}
44
44
45
- wait ( for: [ expectation] , timeout: 3 .0)
45
+ wait ( for: [ expectation] , timeout: 5 .0)
46
46
}
47
47
48
48
func testServicesReturnsError( ) {
@@ -58,7 +58,7 @@ class UserServiceUnitTests: XCTestCase {
58
58
}
59
59
60
60
}
61
- wait ( for: [ expectation] , timeout: 3 .0)
61
+ wait ( for: [ expectation] , timeout: 5 .0)
62
62
}
63
63
64
64
private func testUserStorageAfterProfileFetch(
You can’t perform that action at this time.
0 commit comments