We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839e6c7 commit 9ae3ff3Copy full SHA for 9ae3ff3
bin/testObservability/helper/constants.js
@@ -2,7 +2,7 @@ const path = require('path');
2
3
exports.consoleHolder = Object.assign({},console);
4
exports.BATCH_SIZE = 1000;
5
-exports.BATCH_INTERVAL = 2000;
+exports.BATCH_INTERVAL = 1000;
6
exports.API_URL = 'https://collector-observability.browserstack.com';
7
8
exports.IPC_EVENTS = {
0 commit comments