Skip to content

Commit

Permalink
test: fix EventForegroundTask.testStartWithUpdateEvents failing rando…
Browse files Browse the repository at this point in the history
…mly (#87)
  • Loading branch information
duyhungtnn authored May 13, 2024
1 parent 02afb7a commit bcad081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BucketeerTests/EventForegroundTaskTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ class EventForegroundTaskTests: XCTestCase {
expectation.fulfill()
}
let config = BKTConfig.mock(
eventsFlushInterval: 10,
eventsFlushInterval: 5000,
eventsMaxQueueSize: 3,
pollingInterval: 2000,
backgroundPollingInterval: 1000
pollingInterval: 10000,
backgroundPollingInterval: 20000
)
let component = MockComponent(
config: config,
Expand Down

0 comments on commit bcad081

Please sign in to comment.