mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +00:00
Include a retry delay of 1 second
This commit is contained in:
Generated
+1
@@ -126,6 +126,7 @@ rmSync = fs.rmSync) {
|
||||
force: true,
|
||||
maxRetries: 3,
|
||||
recursive: true,
|
||||
retryDelay: 1000,
|
||||
});
|
||||
logger.info(`Cleaned up database cluster directory ${config.dbLocation}.`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user