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)