Skip to content

Commit

Permalink
tests: reduce time of default interval in tests to 5sec
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Oct 31, 2023
1 parent 4f3f4c1 commit b5bc33e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class FunctionalTests {
private companion object {
const val siteId = "123"
const val localStorageFileName = "parsely-events.ser"
val flushInterval = 10.seconds
val flushInterval = 5.seconds
}

class SampleActivity : Activity()
Expand Down

0 comments on commit b5bc33e

Please sign in to comment.