holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 267 forks source link

Replace s.consistency with sleep fn in scaffold #2209

Closed pdaoust closed 4 years ago

pdaoust commented 4 years ago

PR summary

This replaces the (now broken) await s.consistency() with a one-second sleep function in the scaffolded test script. Discovered when I was going through the blessing process for .52.

testing/benchmarking notes

( if any manual testing or benchmarking was/should be done, add notes and/or screenshots here )

followups

( any new tickets/concerns that were discovered or created during this work but aren't in scope for review here )

changelog

- summary of change [PR#1234](https://github.com/holochain/holochain-rust/pull/1234)

documentation

pdaoust commented 4 years ago

Added quick note in the scaffold template to say that you'll probably need to adjust the timeout value.