From 86fb0d87a3a09b237bec124ce0e74cd05aa164be Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 13 Dec 2016 22:24:24 -0500 Subject: Adding caching layer to some posts calls (#4779) --- api/command_statuses_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/command_statuses_test.go') diff --git a/api/command_statuses_test.go b/api/command_statuses_test.go index 47628de3f..063d76062 100644 --- a/api/command_statuses_test.go +++ b/api/command_statuses_test.go @@ -27,7 +27,7 @@ func commandAndTest(t *testing.T, th *TestHelper, status string) { t.Fatal("Command failed to execute") } - time.Sleep(500 * time.Millisecond) + time.Sleep(1000 * time.Millisecond) statuses := Client.Must(Client.GetStatuses()).Data.(map[string]string) -- cgit v1.2.3-1-g7c22