KWB-R / fhpredict

R Package for the Project Flusshygiene
https://kwb-r.github.io/fhpredict
MIT License
2 stars 0 forks source link

Test function for long running processes #42

Closed ff6347 closed 4 years ago

ff6347 commented 4 years ago

I need a function to which I can send a number of milliseconds and that the function waits for that time.

like:

function test_delay(ms = 90000){
    delay(ms);
    return {success:true}
}

related to #27

ff6347 commented 4 years ago

in #43 you only wait for 0.1 sec not for the functions parameter? @hsonne

hsonne commented 4 years ago

This should be solved since b6b959b.