Condition was evaluated in negative nanoseconds
See original GitHub issueHello, I recently upgraded the awaitility from 3.1.6
to 4.0.0
.
I saw this weird ConditionTimeoutException
while compiling using Appveyor:
org.awaitility.core.ConditionTimeoutException:
Condition was evaluated in -1220300 nanoseconds which is earlier than expected minimum timeout 0 nanoseconds
https://ci.appveyor.com/project/line/armeria/builds/27223324
The build is fine with Travis CI which uses Linux, but not ok with the Appveyor which uses Window OS.
Please let me know if there’s something that I missed. 🙇
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6
Top Results From Across the Web
Use Awaitility to determine something did not happen
ConditionTimeoutException: Condition was evaluated in 1005478005 NANOSECONDS which is earlier than expected minimum timeout 2 SECONDS.
Read more >microbenchmark: Sub-millisecond accurate timing of ... - Rdrr.io
It tries hard to accurately measure only the time it takes to evaluate expr . To achieved this, the sub-millisecond (supposedly nanosecond) accurate...
Read more >Negative Pressures and Spallation in ... - ACS Publications
When spallation occurred, we evaluated that negative pressures below −100 MPa were reached in the drops. We model the negative pressures ...
Read more >Irreversible electroporation inhibits pro-cancer inflammatory ...
This hypothesis was tested in-vitro on triple negative breast cancer cells treated with IRE, where the effects of pulse parameters on key ...
Read more >Prebreakdown process of a negative nanosecond pulsed ...
The prebreakdown process in a 100 µm gap in supercritical carbon dioxide was investigated under negative nanosecond pulsed voltage.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@minwoox Great! I’ll try to make a new release soon.
Thanks a lot for your help!