mirror of https://gitee.com/bigwinds/arangodb
Add 3s like with the first test
This commit is contained in:
parent
0ea23a2b28
commit
fe10733b0c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue