Skip to content

Commit

Permalink
test(storage): update storage integration test with longer expiration…
Browse files Browse the repository at this point in the history
… duration (#3208)
  • Loading branch information
phantumcode authored Sep 5, 2023
1 parent 76ba8f1 commit a236f6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AWSS3StoragePluginOptionsUsabilityTests: AWSS3StoragePluginTestBase {
await uploadData(key: key, dataString: key)

#if os(iOS)
let expires = 10
let expires = 20
#else
let expires = 1
#endif
Expand Down Expand Up @@ -69,7 +69,7 @@ class AWSS3StoragePluginOptionsUsabilityTests: AWSS3StoragePluginTestBase {
task.resume()
await waitForExpectations(timeout: TestCommonConstants.networkTimeout)

try await Task.sleep(seconds: 15)
try await Task.sleep(seconds: 30)
#else
try await Task.sleep(seconds: 2)
#endif
Expand Down

0 comments on commit a236f6c

Please sign in to comment.