typo fixes

Co-Authored-By: Jaroslav Bachorik <jaroslav.bachorik@datadoghq.com>
This commit is contained in:
Nikolay Martynov 2020-04-20 08:35:23 -04:00 committed by GitHub
parent 2e48634934
commit 377036efd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ tasks.withType(Test).configureEach {
}
// All tests must complete within 15 minutes.
// This value is quite big because it lower values (3 mins) we were experiening large number of false positives
// This value is quite big because with lower values (3 mins) we were experiencing large number of false positives
timeout = Duration.ofMinutes(15)
// Disable all tests if skipTests property was specified