File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/com/github/underscore Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ underscore-java
23
23
[ ![ Build Status] ( https://dev.azure.com/javadevazure/underscore-java/_apis/build/status/javadev.underscore-java?branchName=main )] ( https://dev.azure.com/javadevazure/underscore-java/_build/latest?definitionId=1&branchName=main )
24
24
[ ![ Hits-of-Code] ( https://hitsofcode.com/github/javadev/underscore-java?branch=main )] ( https://hitsofcode.com/github/javadev/underscore-java/view?branch=main )
25
25
[ ![ codebeat badge] ( https://codebeat.co/badges/1060a230-7634-4ae1-94bf-bd2d659bb9c3 )] ( https://codebeat.co/projects/github-com-javadev-underscore-java-main )
26
+ ![ securityscorecards badge] ( https://api.securityscorecards.dev/projects/github.com/javadev/underscore-java/badge?style=flat )
26
27
![ Java Version] ( https://img.shields.io/badge/java-%3E%3D%2011-success )
27
28
[ ![ ] ( https://img.shields.io/github/stars/javadev/underscore-java?style=flat-square )] ( https://github.com/javadev/underscore-java )
28
29
[ ![ ] ( https://img.shields.io/github/forks/javadev/underscore-java?style=flat-square )] ( https://github.com/javadev/underscore-java/fork )
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ void defer() {
199
199
return null ;
200
200
});
201
201
assertEquals (0 , counter [0 ].intValue (), "incr was debounced" );
202
- await ().atMost (240 , TimeUnit .MILLISECONDS )
202
+ await ().atMost (280 , TimeUnit .MILLISECONDS )
203
203
.until (
204
204
() -> {
205
205
assertEquals (1 , counter [0 ].intValue (), "incr was debounced" );
You can’t perform that action at this time.
0 commit comments