Skip to content

Commit

Permalink
fix: smoke test failures (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Dec 7, 2022
1 parent c6d8c57 commit 2d9c08b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SmokeTestUITests: XCTestCase {
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
}

let SLEEP_TIME: UInt32 = 10 // batch is currently every 5 so this should be plenty
let SLEEP_TIME: UInt32 = 20 // batch is currently every 5 so this should be plenty

func testStartup() throws {
// UI tests must launch the application that they test.
Expand Down

0 comments on commit 2d9c08b

Please sign in to comment.