File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void MMFilesRestWalHandler::flush() {
164
164
165
165
bool waitForSync = false ;
166
166
bool waitForCollector = false ;
167
- double maxWaitTime = 180 .0 ;
167
+ double maxWaitTime = 300 .0 ;
168
168
169
169
if (slice.isObject ()) {
170
170
// got a request body
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ void RocksDBRestWalHandler::flush() {
103
103
104
104
bool waitForSync = false ;
105
105
bool waitForCollector = false ;
106
- double maxWaitTime = 60 .0 ;
106
+ double maxWaitTime = 300 .0 ;
107
107
108
108
if (slice.isObject ()) {
109
109
// got a request body
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ var jsunity = require("jsunity");
33
33
var arangodb = require ( "@arangodb" ) ;
34
34
35
35
var db = arangodb . db ;
36
- var wait = require ( "internal" ) . wait ;
37
-
38
36
39
37
////////////////////////////////////////////////////////////////////////////////
40
38
/// @brief test attributes
@@ -65,7 +63,6 @@ function AttributesSuite () {
65
63
c . unload ( ) ;
66
64
c . drop ( ) ;
67
65
c = null ;
68
- wait ( 0.0 ) ;
69
66
} ,
70
67
71
68
////////////////////////////////////////////////////////////////////////////////
@@ -452,11 +449,6 @@ function AttributesSuite () {
452
449
assertEqual ( "\u0000test\u0000test" , result [ 0 ] . def ) ;
453
450
assertEqual ( "abc\u0000" , result [ 0 ] [ "123" ] ) ;
454
451
455
-
456
- // now shape documents
457
- require ( "internal" ) . wal . flush ( true , true ) ;
458
- wait ( 3 , false ) ;
459
-
460
452
var d3 = c . document ( d1 . _id ) ;
461
453
462
454
assertEqual ( "foo\u0001bar\u0000baz" , d3 . abc ) ;
You can’t perform that action at this time.
0 commit comments