Merge pull request #3993 from influxdb/dgn-fix-cq-test

fix CQ test
pull/3996/head
dgnorton 2015-09-04 13:12:29 -04:00
commit a3def8d3a7
1 changed files with 1 additions and 1 deletions

View File

@ -3734,7 +3734,7 @@ func TestServer_ContinuousQuery(t *testing.T) {
}
// Wait for CQs to run. TODO: fix this ugly hack
time.Sleep(time.Second * 2)
time.Sleep(time.Second * 5)
// Setup tests to check the CQ results.
test2 := NewTest("db0", "rp1")