update wait time#278
Conversation
Codecov Report
@@ Coverage Diff @@
## main #278 +/- ##
==========================================
- Coverage 58.33% 58.28% -0.05%
==========================================
Files 44 44
Lines 6780 6794 +14
==========================================
+ Hits 3955 3960 +5
- Misses 2283 2289 +6
- Partials 542 545 +3
Continue to review full report at Codecov.
|
tzdybal
left a comment
There was a problem hiding this comment.
Thanks for your submission!
I left a some comments on refactoring to simplify the code.
Thanks @tzdybal , let me know if the new code looks good to you. |
tzdybal
left a comment
There was a problem hiding this comment.
Left a suggestion to simplify the code.
|
Is there anything holding up this PR? |
Lack of tests. |
|
I'll push a test this week |
|
Hey @toanngosy! any updates on this? it's super close to be finished, I would love to merge it. |
c6485b2 to
b5d13d7
Compare
|
I rebased the changes, everything compiles. Failing test should be changed anyways. |
538a0b5 to
8ac6007
Compare
|
I rebased this PR + fixed the test so it tests only what is needed. Additionally found a bug; created #699. |
8ac6007 to
92edaaa
Compare
|
Why is build-mockserv docker build skipped ? |
PR from fork; it has no access rights to publish docker images, so it's skipped. |
Co-authored-by: Tomasz Zdybał <tomek@zdybal.lap.pl>
Co-authored-by: Tomasz Zdybał <tomek@zdybal.lap.pl>
020ef77 to
8e57fd2
Compare
Implements the wait time as required in issue #195 and issue #196