Skip to content

Commit 42f98e0

Browse files
authored
test: increase network timeout for integration tests (#1815)
1 parent d9b37f7 commit 42f98e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyTestCommon/TestCommonConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
import Foundation
99
class TestCommonConstants {
10-
static let networkTimeout = TimeInterval(5)
10+
static let networkTimeout = TimeInterval(10)
1111
}

0 commit comments

Comments
 (0)