Skip to content

Commit

Permalink
Increased timeout for JS test to passed.
Browse files Browse the repository at this point in the history
In new version of PubNub core js sdk verbose logging has been added that slows down test execution.
  • Loading branch information
marcin-cebo committed Dec 18, 2024
1 parent e06ff37 commit bab3347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PubNubBaseKotlinMultiplatformPlugin : Plugin<Project> {
testTask {
it.environment("MOCHA_OPTIONS", "--exit")
it.useMocha {
timeout = "20s"
timeout = "30s"
}
}
}
Expand Down

0 comments on commit bab3347

Please sign in to comment.