Skip to content

Commit e175d7a

Browse files
committed
update tests
1 parent 30d8556 commit e175d7a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
ios_test:
1717
runs-on: macos-15
18+
timeout-minutes: 90
1819
env:
1920
XCODE_VERSION: 16.4
2021
IOS_VERSION: 18.5
@@ -65,6 +66,7 @@ jobs:
6566
bundle install
6667
rake ios
6768
name: Run tests
69+
timeout-minutes: 60
6870
working-directory: ios_tests
6971
7072
- name: Save server output

ios_tests/lib/ios/specs/common/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_17_find_ele_by_predicate_include
202202
end
203203

204204
def test_18_find_eles_by_predicate_include
205-
assert_equal find_eles_by_predicate_include(value: 'e').length, 49
205+
assert_equal find_eles_by_predicate_include(value: 'e').length, 51
206206
end
207207

208208
def test_19_first_ele

0 commit comments

Comments
 (0)