Skip to content

Commit

Permalink
Increase LS performance test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Nov 17, 2023
1 parent faa42fe commit d6c2f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-server/modules/langserver-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test {
systemProperty "ballerina.home", "$buildDir/"
systemProperty "experimental", "true"
systemProperty "ballerina.version", project.version
systemProperty "responseTimeThreshold", 2000
systemProperty "responseTimeThreshold", 60000
useTestNG() {
suites 'src/test/resources/testng.xml'
}
Expand Down

0 comments on commit d6c2f71

Please sign in to comment.