elastictest
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -19,2 +19,6 @@ | ||
} | ||
// time to wait between actions & asserts to ensure the shard has updated. | ||
// particularly useful when retrieving newly generated mappings. | ||
this.warmupTimeout = 500; | ||
} | ||
@@ -60,3 +64,3 @@ | ||
self.refresh( function(){ | ||
async.series( self.asserts, function(){ | ||
setTimeout( async.series( self.asserts, function(){ | ||
self.delete( function(){ | ||
@@ -68,3 +72,3 @@ self.client.close(); | ||
}); | ||
}); | ||
}), self.warmupTimeout ); | ||
}); | ||
@@ -71,0 +75,0 @@ }); |
{ | ||
"name": "elastictest", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A simple test harness for elasticsearch functional testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10537
197