1
0
Fork 0

Add 3s like with the first test

This commit is contained in:
Andreas Streichardt 2017-01-26 14:54:25 +01:00
parent 0ea23a2b28
commit fe10733b0c
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ describe ArangoDB do
# flush wal # flush wal
ArangoDB.put("/_admin/wal/flush?waitForSync=true&waitForCollector=true", { }) ArangoDB.put("/_admin/wal/flush?waitForSync=true&waitForCollector=true", { })
sleep 3 sleep 6
doc = ArangoDB.log_get("#{prefix}-get-collection-figures", cmd) doc = ArangoDB.log_get("#{prefix}-get-collection-figures", cmd)
doc.code.should eq(200) doc.code.should eq(200)