Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 20, 2024
1 parent 341ac8d commit 492e1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SplitTests/Impressions/ImpressionsToggleTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ImpressionsToggleTest: XCTestCase {
if impressionsMode != "none" {
exps.append(impExp!)
}
wait(for: exps, timeout: 5)
wait(for: exps, timeout: 10)

return client
}
Expand Down Expand Up @@ -165,7 +165,7 @@ class ImpressionsToggleTest: XCTestCase {
}

exps.append(sseExp)
wait(for: exps, timeout: 5)
wait(for: exps, timeout: 10)

return factory
}
Expand Down

0 comments on commit 492e1a7

Please sign in to comment.