Skip to content

Commit 3ee506c

Browse files
Merge pull request #104 from browserstack/sync_cli_delay_fix
Fixing Sync Cli delay issue
2 parents e646ada + 449858a commit 3ee506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/sync/syncSpecsLogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const request = require("request"),
88
tableStream = require('table').createStream,
99
chalk = require('chalk');
1010

11-
let whileLoop = true, whileTries = config.retries, options, timeout = 3000, n = 10, tableConfig, stream, endTime, startTime = Date.now();
11+
let whileLoop = true, whileTries = config.retries, options, timeout = 3000, n = 2, tableConfig, stream, endTime, startTime = Date.now();
1212
let specSummary = {
1313
"specs": [],
1414
"duration": null

0 commit comments

Comments
 (0)