From 455cf54bc9131cfb448d4ee35409179320b9a083 Mon Sep 17 00:00:00 2001 From: Nicholas Kariniemi Date: Sun, 5 Jul 2015 22:09:42 +0300 Subject: [PATCH] Add another short delay to make async sync test pass --- src/test/grub/test/integration/synchronization.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/grub/test/integration/synchronization.clj b/src/test/grub/test/integration/synchronization.clj index 07daee8..3557c35 100644 --- a/src/test/grub/test/integration/synchronization.clj +++ b/src/test/grub/test/integration/synchronization.clj @@ -87,6 +87,7 @@ (>!! new-client-states client-change) (short-delay) (>!! new-server-states (last @server)) + (short-delay) (states-in-sync? @client @server) (last-state @client) => {:grubs {"1" {:text "2 apples" :completed true} "2" {:text "milk" :completed false}}