1
0
Fork 0

increased wait

This commit is contained in:
Frank Celler 2016-02-15 21:39:59 +01:00
parent ed914bb3e6
commit f0c849d93a
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ describe ArangoDB do
found.should eq(true)
doc = ArangoDB.log_delete(@prefix, "#{@api}/" + id)
doc.code.should eq(200)
sleep 1
sleep 5
doc = ArangoDB.log_get("#{@prefix}-current", @current)
found = contains_query doc.body, @query
found.should eq(false)