Skip to content

Commit

Permalink
[release/9.0.1xx] Increase license scan file timeout (#43005)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 5642787 commit 0881902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void ScanForLicenses()
Assert.NotNull(Config.LicenseScanPath);

// Indicates how long until a timeout occurs for scanning a given file
const int FileScanTimeoutSeconds = 240;
const int FileScanTimeoutSeconds = 300;

string scancodeResultsPath = Path.Combine(Config.LogsDirectory, "scancode-results.json");

Expand Down

0 comments on commit 0881902

Please sign in to comment.