From fe10733b0cf0550770f7ff2fd5c4de956b5abe7b Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Thu, 26 Jan 2017 14:54:25 +0100 Subject: [PATCH] Add 3s like with the first test --- UnitTests/HttpInterface/api-collection-spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/HttpInterface/api-collection-spec.rb b/UnitTests/HttpInterface/api-collection-spec.rb index 613f32329d..3d3f08e0ca 100644 --- a/UnitTests/HttpInterface/api-collection-spec.rb +++ b/UnitTests/HttpInterface/api-collection-spec.rb @@ -325,7 +325,7 @@ describe ArangoDB do # flush wal ArangoDB.put("/_admin/wal/flush?waitForSync=true&waitForCollector=true", { }) - sleep 3 + sleep 6 doc = ArangoDB.log_get("#{prefix}-get-collection-figures", cmd) doc.code.should eq(200)