Retry 4 times

This commit is contained in:
Amin Yahyaabadi
2020-08-31 03:34:52 -05:00
parent c48aacd0e7
commit e187bf26cb

View File

@@ -116,7 +116,7 @@ function spawnTest(executablePath, testArguments, options, callback, testName, f
}
const retryNumber = 1 // the number of times a tests repeats
const retryNumber = 4 // the number of times a tests repeats
const retriedTests = new Map() // a cache of retried tests
// Retries the tests if it is timed out for a number of times. Fails the rest of the tests or those that are tried enough times.