Merge pull request #1003 from DataDog/landerson/cleaner-test-fix

Cleaner test timeout fix
This commit is contained in:
Laplie Anderson 2019-09-19 15:02:35 -04:00 committed by GitHub
commit 607f1b0a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class CleanerTest extends Specification {
cleaner.scheduleCleaning(target, action, 10, MILLISECONDS)
then:
latch.await(100, MILLISECONDS)
latch.await(200, MILLISECONDS)
}
def "test canceling"() {