Skip to content

Commit

Permalink
jepsen-io#25: knossos.competition checker is blocked by linear/start-…
Browse files Browse the repository at this point in the history
…analysis
  • Loading branch information
Timur Yusupov authored and Timur Yusupov committed Jul 24, 2018
1 parent 347ea37 commit a8fbe0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/knossos/model/memo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@
search."
[model history]
(let [history (canonical-history history)]
wrapped-model (future (wrapper model history))
{:history history
:model (wrapper model history)}))
:model (deref wrapped-model 60000 model)}))

0 comments on commit a8fbe0d

Please sign in to comment.