Skip to content

Commit

Permalink
Extend analytics plugin test timeout (#11310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte committed Feb 16, 2024
1 parent d73d44d commit 56fcb8a
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 = 10L
val flushInterval = 60L
val writeKey = "write-key"
val plugin = BlockingShutdownAnalyticsPlugin(flushInterval)

Expand Down

0 comments on commit 56fcb8a

Please sign in to comment.