Skip to content

Commit 73e53b1

Browse files
Increase timeout. Travis ci is taking more than 5 seconds sometimes.
1 parent 95332f0 commit 73e53b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/swift-sdk-swift-tests/IterableActionRunnerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import OHHTTPStubs
1010

1111
@testable import IterableSDK
1212

13-
let testExpectationTimeout = 5.0
13+
let testExpectationTimeout = 15.0
1414

1515
class IterableActionRunnerTests: XCTestCase {
1616
override func setUp() {

0 commit comments

Comments
 (0)