Merge pull request #1003 from DataDog/landerson/cleaner-test-fix
Cleaner test timeout fix
This commit is contained in:
commit
607f1b0a86
|
@ -37,7 +37,7 @@ class CleanerTest extends Specification {
|
||||||
cleaner.scheduleCleaning(target, action, 10, MILLISECONDS)
|
cleaner.scheduleCleaning(target, action, 10, MILLISECONDS)
|
||||||
|
|
||||||
then:
|
then:
|
||||||
latch.await(100, MILLISECONDS)
|
latch.await(200, MILLISECONDS)
|
||||||
}
|
}
|
||||||
|
|
||||||
def "test canceling"() {
|
def "test canceling"() {
|
||||||
|
|
Loading…
Reference in New Issue