Skip to content

Commit

Permalink
Configure Reactor Netty quiet shutdown period in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Feb 24, 2020
1 parent f1680e5 commit f048f27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -63,6 +63,7 @@ class WebClientDataBufferAllocatingTests extends AbstractDataBufferAllocatingTes

@BeforeAll
void setUpReactorResourceFactory() {
this.factory.setShutdownQuietPeriod(Duration.ofMillis(100));
this.factory.afterPropertiesSet();
}

Expand Down

0 comments on commit f048f27

Please sign in to comment.