From b0a917bbc76229f4e7c8079400a9771b13d7797b Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 5 Jul 2015 10:09:47 -0800 Subject: fixing unit test --- store/sql_channel_store_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'store') diff --git a/store/sql_channel_store_test.go b/store/sql_channel_store_test.go index be877ce5f..e9d0d1652 100644 --- a/store/sql_channel_store_test.go +++ b/store/sql_channel_store_test.go @@ -6,6 +6,7 @@ package store import ( "github.com/mattermost/platform/model" "testing" + "time" ) func TestChannelStoreSave(t *testing.T) { @@ -60,6 +61,8 @@ func TestChannelStoreUpdate(t *testing.T) { t.Fatal(err) } + time.Sleep(100 * time.Millisecond) + if err := (<-store.Channel().Update(&o1)).Err; err != nil { t.Fatal(err) } -- cgit v1.2.3-1-g7c22