Skip to content

Commit

Permalink
Increase E2E test timeout to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
fathyb committed Sep 21, 2018
1 parent db1a2b4 commit 98375d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnalyticsTests/EndToEndTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ class AnalyticsE2ETests: QuickSpec {

analytics.track("E2E Test", properties: ["id": uuid])

self.waitForExpectations(timeout: 20)
self.waitForExpectations(timeout: 3 * 60)

for _ in 1...5 {
for _ in 1...3 * 30 {
sleep(2)
if hasMatchingId(messageId: uuid) {
return
Expand Down

0 comments on commit 98375d3

Please sign in to comment.