mirror of https://gitee.com/bigwinds/arangodb
issue #185: increased wait time in test
This commit is contained in:
parent
035ca9c548
commit
4aaf066081
|
@ -84,7 +84,7 @@ function CompactionSuite () {
|
|||
maxWait = 900;
|
||||
}
|
||||
else {
|
||||
maxWait = 60;
|
||||
maxWait = 90;
|
||||
}
|
||||
|
||||
waited = 0;
|
||||
|
|
Loading…
Reference in New Issue