Skip to content

Commit

Permalink
give analytics flush test longer to finish (#11464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte committed Feb 28, 2024
1 parent 2de5f6f commit 5879a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class BlockingShutdownAnalyticsPluginTest {
val bodyJson = "{}"
val client: Client = mockk()
val response: Response = mockk()
val flushInterval = 60L
val flushInterval = 120L
val writeKey = "write-key"
val plugin = BlockingShutdownAnalyticsPlugin(flushInterval)

Expand Down

0 comments on commit 5879a14

Please sign in to comment.