Skip to content

Commit 7b0634e

Browse files
persidskiygithub-actions[bot]
authored andcommitted
Increate timeout limits to reduce flackiness (#3740)
Sometimes this tast can take 1-2 sec, so I guess sometimes it can be over 5sec. cc @mapbox/sdk-ci GitOrigin-RevId: a324ea71a92a1365045ee223d01be9f608f498cd
1 parent d9478ca commit 7b0634e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/MapboxMapsTests/Style/AttributionTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AttributionTests: XCTestCase {
2929
parseExpectation.fulfill()
3030
}
3131

32-
wait(for: [parseExpectation], timeout: 5)
32+
wait(for: [parseExpectation], timeout: 20)
3333
}
3434

3535
func testFeedbackAttributionParsing() throws {
@@ -67,7 +67,7 @@ class AttributionTests: XCTestCase {
6767
parseExpectation.fulfill()
6868
}
6969

70-
wait(for: [parseExpectation], timeout: 5)
70+
wait(for: [parseExpectation], timeout: 20)
7171
}
7272

7373
func testPlainTextAttributionParsing() throws {
@@ -86,7 +86,7 @@ class AttributionTests: XCTestCase {
8686
parseExpectation.fulfill()
8787
}
8888

89-
wait(for: [parseExpectation], timeout: 5)
89+
wait(for: [parseExpectation], timeout: 20)
9090
}
9191

9292
func testDuplicateAttributionParsing() {
@@ -110,7 +110,7 @@ class AttributionTests: XCTestCase {
110110
parseExpectation.fulfill()
111111
}
112112

113-
wait(for: [parseExpectation], timeout: 5)
113+
wait(for: [parseExpectation], timeout: 20)
114114
}
115115

116116
func testAttributionAbbreviation() {

0 commit comments

Comments
 (0)