Skip to content

Commit 48d010e

Browse files
authored
fix(storage): increase integration test network timeout (#2445)
1 parent b64375a commit 48d010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Storage/Tests/StorageHostApp/AWSS3StoragePluginIntegrationTests/Helpers/TestConfigHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ class TestConfigHelper {
3939
}
4040

4141
class TestCommonConstants {
42-
static let networkTimeout = TimeInterval(20)
42+
static let networkTimeout = TimeInterval(180)
4343
}

0 commit comments

Comments
 (0)